10 #ifndef TEMPUS_VANDERPOL_MODELEVALUATOR_02_HPP
11 #define TEMPUS_VANDERPOL_MODELEVALUATOR_02_HPP
13 #include "Thyra_ModelEvaluator.hpp"
14 #include "Thyra_StateFuncModelEvaluatorBase.hpp"
25 template<
class Scalar>
115 #endif // TEMPUS_VANDERPOL_MODELEVALUATOR_02_HPP
Thyra::ModelEvaluatorBase::OutArgs< Scalar > createOutArgsImpl() const
Scalar t0_ic_
initial time = 0
Thyra::ModelEvaluatorBase::OutArgs< Scalar > prototypicalOutArgs_
Prototypical OutArgs that just supports the evaluation vector (OUT_ARG_f)
Thyra::ModelEvaluatorBase::InArgs< Scalar > createInArgs() const
Scalar epsilon_
This is a model parameter ( )
void evalModelImpl(const Thyra::ModelEvaluatorBase::InArgs< Scalar > &inArgs_bar, const Thyra::ModelEvaluatorBase::OutArgs< Scalar > &outArgs_bar) const
Scalar x1_ic_
initial condition for
Scalar x0_ic_
initial condition for
Thyra::ModelEvaluatorBase::InArgs< Scalar > getNominalValues() const
VanDerPol_ModelEvaluator_02()
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > x_space_
Solution vector space (a defaultSpmdVectorSpace of dimension 2)
ModelEvaluator implementation for the example van der Pol Problem.
int dim_
Number of state unknowns (2)
Thyra::ModelEvaluatorBase::InArgs< Scalar > nominalValues_
Thyra::ModelEvaluatorBase::InArgs< Scalar > prototypicalInArgs_
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > get_x_space() const
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > f_space_
Function evaluation vector space (a defaultSpmdVectorSpace of dimension 2)
Teuchos::RCP< const Thyra::VectorSpaceBase< Scalar > > get_f_space() const