Concrete Thyra::ModelEvaluator subclass that takes a parameterized stepper and turns it into a model evaluator (p,t) ==> g.
More...
#include <Rythmos_StepperAsModelEvaluator.hpp>
Constructors, Initialization, Misc. | |
|
| |
| StepperAsModelEvaluator () | |
| | |
| void | initialize (const RCP< StepperBase< Scalar > > &stepper, const RCP< IntegratorBase< Scalar > > &integrator, const Thyra::ModelEvaluatorBase::InArgs< Scalar > &initialCondition) |
| | |
Public functions overridden from ModelEvaulator. | |
|
| |
| int | Np () const |
| | |
| int | Ng () const |
| | |
| RCP< const Thyra::VectorSpaceBase< Scalar > > | get_p_space (int l) const |
| | |
| RCP< const Thyra::VectorSpaceBase< Scalar > > | get_g_space (int j) const |
| | |
| Thyra::ModelEvaluatorBase::InArgs < Scalar > | createInArgs () const |
| | |
Concrete Thyra::ModelEvaluator subclass that takes a parameterized stepper and turns it into a model evaluator (p,t) ==> g.
ToDo: Finish Documentation!
Definition at line 52 of file Rythmos_StepperAsModelEvaluator.hpp.
| Rythmos::StepperAsModelEvaluator< Scalar >::StepperAsModelEvaluator | ( | ) | [inline] |
Definition at line 156 of file Rythmos_StepperAsModelEvaluator.hpp.
| void Rythmos::StepperAsModelEvaluator< Scalar >::initialize | ( | const RCP< StepperBase< Scalar > > & | stepper, | |
| const RCP< IntegratorBase< Scalar > > & | integrator, | |||
| const Thyra::ModelEvaluatorBase::InArgs< Scalar > & | initialCondition | |||
| ) | [inline] |
Definition at line 162 of file Rythmos_StepperAsModelEvaluator.hpp.
| int Rythmos::StepperAsModelEvaluator< Scalar >::Np | ( | ) | const [inline, virtual] |
Reimplemented from Thyra::ModelEvaluatorDefaultBase< Scalar >.
Definition at line 199 of file Rythmos_StepperAsModelEvaluator.hpp.
| int Rythmos::StepperAsModelEvaluator< Scalar >::Ng | ( | ) | const [inline, virtual] |
Reimplemented from Thyra::ModelEvaluatorDefaultBase< Scalar >.
Definition at line 206 of file Rythmos_StepperAsModelEvaluator.hpp.
| RCP< const Thyra::VectorSpaceBase< Scalar > > Rythmos::StepperAsModelEvaluator< Scalar >::get_p_space | ( | int | l | ) | const [inline, virtual] |
Implements Thyra::ModelEvaluator< Scalar >.
Definition at line 214 of file Rythmos_StepperAsModelEvaluator.hpp.
| RCP< const Thyra::VectorSpaceBase< Scalar > > Rythmos::StepperAsModelEvaluator< Scalar >::get_g_space | ( | int | j | ) | const [inline, virtual] |
Implements Thyra::ModelEvaluator< Scalar >.
Definition at line 225 of file Rythmos_StepperAsModelEvaluator.hpp.
| Thyra::ModelEvaluatorBase::InArgs< Scalar > Rythmos::StepperAsModelEvaluator< Scalar >::createInArgs | ( | ) | const [inline, virtual] |
Implements Thyra::ModelEvaluator< Scalar >.
Definition at line 236 of file Rythmos_StepperAsModelEvaluator.hpp.
1.6.1