#include <Rythmos_BackwardEulerStepper_decl.hpp>
Inheritance diagram for Rythmos::BackwardEulerStepperMomento< Scalar >:

Public Member Functions | |
| BackwardEulerStepperMomento () | |
| virtual | ~BackwardEulerStepperMomento () |
| RCP< MomentoBase< Scalar > > | clone () const |
| void | serialize (const StateSerializerStrategy< Scalar > &stateSerializer, std::ostream &oStream) const |
| void | deSerialize (const StateSerializerStrategy< Scalar > &stateSerializer, std::istream &iStream) |
| void | set_scaled_x_old (const RCP< const VectorBase< Scalar > > &scaled_x_old) |
| RCP< VectorBase< Scalar > > | get_scaled_x_old () const |
| void | set_x_dot_old (const RCP< const VectorBase< Scalar > > &x_dot_old) |
| RCP< VectorBase< Scalar > > | get_x_dot_old () const |
| void | set_x (const RCP< const VectorBase< Scalar > > &x) |
| RCP< VectorBase< Scalar > > | get_x () const |
| void | set_x_dot (const RCP< const VectorBase< Scalar > > &x_dot) |
| RCP< VectorBase< Scalar > > | get_x_dot () const |
| void | set_t (const Scalar &t) |
| Scalar | get_t () const |
| void | set_t_old (const Scalar &t_old) |
| Scalar | get_t_old () const |
| void | set_dt (const Scalar &dt) |
| Scalar | get_dt () const |
| void | set_numSteps (const int &numSteps) |
| int | get_numSteps () const |
| void | set_isInitialized (const bool &isInitialized) |
| bool | get_isInitialized () const |
| void | set_haveInitialCondition (const bool &haveInitialCondition) |
| bool | get_haveInitialCondition () const |
| void | set_parameterList (const RCP< const ParameterList > &pl) |
| RCP< ParameterList > | get_parameterList () const |
| void | set_basePoint (Thyra::ModelEvaluatorBase::InArgs< Scalar > basePoint) |
|
Thyra::ModelEvaluatorBase::InArgs< Scalar > | get_basePoint () const |
| void | set_neModel (const RCP< Rythmos::SingleResidualModelEvaluator< Scalar > > &neModel) |
|
RCP< Rythmos::SingleResidualModelEvaluator< Scalar > > | get_neModel () const |
| void | set_interpolator (const RCP< InterpolatorBase< Scalar > > &interpolator) |
| RCP< InterpolatorBase< Scalar > > | get_interpolator () const |
| void | setParameterList (const RCP< ParameterList > ¶mList) |
| RCP< const ParameterList > | getValidParameters () const |
Note: The model is not contained in the momento and must be set on the stepper in addition to the momento.
Definition at line 49 of file Rythmos_BackwardEulerStepper_decl.hpp.
1.4.7