#include <Rythmos_ImplicitRKModelEvaluator.hpp>
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| RCP< ImplicitRKModelEvaluator < Scalar > > | implicitRKModelEvaluator (const RCP< const Thyra::ModelEvaluator< Scalar > > &daeModel, const Thyra::ModelEvaluatorBase::InArgs< Scalar > &basePoint, const RCP< Thyra::LinearOpWithSolveFactoryBase< Scalar > > &irk_W_factory, const RKButcherTableau< Scalar > &irkButcherTableau) |
| Nonmember constructor function. | |
Constructors/initializers/accessors | |
|
| |
| ImplicitRKModelEvaluator () | |
| | |
| void | initializeIRKModel (const RCP< const Thyra::ModelEvaluator< Scalar > > &daeModel, const Thyra::ModelEvaluatorBase::InArgs< Scalar > &basePoint, const RCP< Thyra::LinearOpWithSolveFactoryBase< Scalar > > &irk_W_factory, const RKButcherTableau< Scalar > &irkButcherTableau) |
| | |
| void | setTimeStepPoint (const RCP< const Thyra::VectorBase< Scalar > > &x_old, const Scalar &t_old, const Scalar &delta_t) |
| | |
Public functions overridden from ModelEvaluator | |
|
| |
| RCP< const Thyra::VectorSpaceBase< Scalar > > | get_x_space () const |
| | |
| RCP< const Thyra::VectorSpaceBase< Scalar > > | get_f_space () const |
| | |
| RCP< Thyra::LinearOpBase < Scalar > > | create_W_op () const |
| | |
| RCP< const Thyra::LinearOpWithSolveFactoryBase < Scalar > > | get_W_factory () const |
| | |
| Thyra::ModelEvaluatorBase::InArgs < Scalar > | getNominalValues () const |
| Thyra::ModelEvaluatorBase::InArgs < Scalar > | createInArgs () const |
| | |
Definition at line 53 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| Rythmos::ImplicitRKModelEvaluator< Scalar >::ImplicitRKModelEvaluator | ( | ) | [inline] |
Definition at line 163 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| void Rythmos::ImplicitRKModelEvaluator< Scalar >::initializeIRKModel | ( | const RCP< const Thyra::ModelEvaluator< Scalar > > & | daeModel, | |
| const Thyra::ModelEvaluatorBase::InArgs< Scalar > & | basePoint, | |||
| const RCP< Thyra::LinearOpWithSolveFactoryBase< Scalar > > & | irk_W_factory, | |||
| const RKButcherTableau< Scalar > & | irkButcherTableau | |||
| ) | [inline] |
Definition at line 173 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| void Rythmos::ImplicitRKModelEvaluator< Scalar >::setTimeStepPoint | ( | const RCP< const Thyra::VectorBase< Scalar > > & | x_old, | |
| const Scalar & | t_old, | |||
| const Scalar & | delta_t | |||
| ) | [inline] |
Definition at line 220 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| RCP< const Thyra::VectorSpaceBase< Scalar > > Rythmos::ImplicitRKModelEvaluator< Scalar >::get_x_space | ( | ) | const [inline, virtual] |
Implements Thyra::ModelEvaluator< Scalar >.
Definition at line 244 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| RCP< const Thyra::VectorSpaceBase< Scalar > > Rythmos::ImplicitRKModelEvaluator< Scalar >::get_f_space | ( | ) | const [inline, virtual] |
Implements Thyra::ModelEvaluator< Scalar >.
Definition at line 252 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| RCP< Thyra::LinearOpBase< Scalar > > Rythmos::ImplicitRKModelEvaluator< Scalar >::create_W_op | ( | ) | const [inline, virtual] |
Reimplemented from Thyra::StateFuncModelEvaluatorBase< Scalar >.
Definition at line 260 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| RCP< const Thyra::LinearOpWithSolveFactoryBase< Scalar > > Rythmos::ImplicitRKModelEvaluator< Scalar >::get_W_factory | ( | ) | const [inline, virtual] |
Reimplemented from Thyra::StateFuncModelEvaluatorBase< Scalar >.
Definition at line 277 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| Thyra::ModelEvaluatorBase::InArgs< Scalar > Rythmos::ImplicitRKModelEvaluator< Scalar >::getNominalValues | ( | ) | const [inline, virtual] |
.
Reimplemented from Thyra::StateFuncModelEvaluatorBase< Scalar >.
Definition at line 285 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| Thyra::ModelEvaluatorBase::InArgs< Scalar > Rythmos::ImplicitRKModelEvaluator< Scalar >::createInArgs | ( | ) | const [inline, virtual] |
Implements Thyra::ModelEvaluator< Scalar >.
Definition at line 293 of file Rythmos_ImplicitRKModelEvaluator.hpp.
| RCP< ImplicitRKModelEvaluator< Scalar > > implicitRKModelEvaluator | ( | const RCP< const Thyra::ModelEvaluator< Scalar > > & | daeModel, | |
| const Thyra::ModelEvaluatorBase::InArgs< Scalar > & | basePoint, | |||
| const RCP< Thyra::LinearOpWithSolveFactoryBase< Scalar > > & | irk_W_factory, | |||
| const RKButcherTableau< Scalar > & | irkButcherTableau | |||
| ) | [related] |
Nonmember constructor function.
Definition at line 141 of file Rythmos_ImplicitRKModelEvaluator.hpp.
1.6.1