| Rythmos - Transient Integration for Differential Equations
    Version of the Day
    | 
Concrete Thyra::ModelEvaluator subclass that takes a parameterized stepper and turns it into a model evaluator (p,t) ==> g.  
 More...
#include <Rythmos_StepperAsModelEvaluator.hpp>
Inherits ResponseOnlyModelEvaluatorBase< Scalar >.
| 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 53 of file Rythmos_StepperAsModelEvaluator.hpp.
| Rythmos::StepperAsModelEvaluator< Scalar >::StepperAsModelEvaluator | ( | ) | 
Definition at line 157 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 | ||
| ) | 
Definition at line 163 of file Rythmos_StepperAsModelEvaluator.hpp.
| int Rythmos::StepperAsModelEvaluator< Scalar >::Np | ( | ) | const | 
Definition at line 200 of file Rythmos_StepperAsModelEvaluator.hpp.
| int Rythmos::StepperAsModelEvaluator< Scalar >::Ng | ( | ) | const | 
Definition at line 207 of file Rythmos_StepperAsModelEvaluator.hpp.
| RCP< const Thyra::VectorSpaceBase< Scalar > > Rythmos::StepperAsModelEvaluator< Scalar >::get_p_space | ( | int | l | ) | const | 
Definition at line 215 of file Rythmos_StepperAsModelEvaluator.hpp.
| RCP< const Thyra::VectorSpaceBase< Scalar > > Rythmos::StepperAsModelEvaluator< Scalar >::get_g_space | ( | int | j | ) | const | 
Definition at line 226 of file Rythmos_StepperAsModelEvaluator.hpp.
| Thyra::ModelEvaluatorBase::InArgs< Scalar > Rythmos::StepperAsModelEvaluator< Scalar >::createInArgs | ( | ) | const | 
Definition at line 237 of file Rythmos_StepperAsModelEvaluator.hpp.
 1.8.5
 1.8.5