#include <Rythmos_ForwardResponseSensitivityComputerObserver.hpp>
Inheritance diagram for Rythmos::ForwardResponseSensitivityComputerObserver< Scalar >:

Constructors/Initializers/Accessors | |
| ForwardResponseSensitivityComputerObserver () | |
| | |
| void | initialize (const RCP< const Thyra::ModelEvaluator< Scalar > > &responseFunc, const Thyra::ModelEvaluatorBase::InArgs< Scalar > &basePoint, const int p_index, const int g_index) |
| | |
| const Array< ResponseAndFwdSensPoint< Scalar > > & | responseAndFwdSensPoints () const |
| | |
Overridden from IntegrationObserverBase | |
| virtual RCP< IntegrationObserverBase< Scalar > > | cloneIntegrationObserver () const |
| | |
| virtual void | resetIntegrationObserver (const TimeRange< Scalar > &integrationTimeDomain) |
| | |
| virtual void | observeCompletedTimeStep (const StepperBase< Scalar > &stepper, const StepControlInfo< Scalar > &stepCtrlInfo, const int timeStepIter) |
| | |
Related Functions | |
| (Note that these are not member functions.) | |
| RCP< ForwardResponseSensitivityComputerObserver< Scalar > > | forwardResponseSensitivityComputerObserver () |
| Non-member constructor. | |
| RCP< ForwardResponseSensitivityComputerObserver< Scalar > > | forwardResponseSensitivityComputerObserver (const RCP< const Thyra::ModelEvaluator< Scalar > > &responseFunc, const Thyra::ModelEvaluatorBase::InArgs< Scalar > &basePoint, const int p_index, const int g_index) |
| Non-member constructor. | |
ToDo: Finish Documentation
Definition at line 48 of file Rythmos_ForwardResponseSensitivityComputerObserver.hpp.
| Rythmos::ForwardResponseSensitivityComputerObserver< Scalar >::ForwardResponseSensitivityComputerObserver | ( | ) |
| void Rythmos::ForwardResponseSensitivityComputerObserver< Scalar >::initialize | ( | const RCP< const Thyra::ModelEvaluator< Scalar > > & | responseFunc, | |
| const Thyra::ModelEvaluatorBase::InArgs< Scalar > & | basePoint, | |||
| const int | p_index, | |||
| const int | g_index | |||
| ) |
| const Array< ResponseAndFwdSensPoint< Scalar > > & Rythmos::ForwardResponseSensitivityComputerObserver< Scalar >::responseAndFwdSensPoints | ( | ) | const |
| RCP< IntegrationObserverBase< Scalar > > Rythmos::ForwardResponseSensitivityComputerObserver< Scalar >::cloneIntegrationObserver | ( | ) | const [virtual] |
Implements Rythmos::IntegrationObserverBase< Scalar >.
Definition at line 179 of file Rythmos_ForwardResponseSensitivityComputerObserver.hpp.
| void Rythmos::ForwardResponseSensitivityComputerObserver< Scalar >::resetIntegrationObserver | ( | const TimeRange< Scalar > & | integrationTimeDomain | ) | [virtual] |
Implements Rythmos::IntegrationObserverBase< Scalar >.
Definition at line 187 of file Rythmos_ForwardResponseSensitivityComputerObserver.hpp.
| void Rythmos::ForwardResponseSensitivityComputerObserver< Scalar >::observeCompletedTimeStep | ( | const StepperBase< Scalar > & | stepper, | |
| const StepControlInfo< Scalar > & | stepCtrlInfo, | |||
| const int | timeStepIter | |||
| ) | [virtual] |
Implements Rythmos::IntegrationObserverBase< Scalar >.
Definition at line 196 of file Rythmos_ForwardResponseSensitivityComputerObserver.hpp.
| RCP< ForwardResponseSensitivityComputerObserver< Scalar > > forwardResponseSensitivityComputerObserver | ( | ) | [related] |
Non-member constructor.
Definition at line 110 of file Rythmos_ForwardResponseSensitivityComputerObserver.hpp.
| RCP< ForwardResponseSensitivityComputerObserver< Scalar > > forwardResponseSensitivityComputerObserver | ( | const RCP< const Thyra::ModelEvaluator< Scalar > > & | responseFunc, | |
| const Thyra::ModelEvaluatorBase::InArgs< Scalar > & | basePoint, | |||
| const int | p_index, | |||
| const int | g_index | |||
| ) | [related] |
Non-member constructor.
Definition at line 124 of file Rythmos_ForwardResponseSensitivityComputerObserver.hpp.
1.4.7