Base class mix-in interface for single-residual model evaluators.
More...
#include <Rythmos_SingleResidualModelEvaluatorBase.hpp>
|
virtual void | initializeSingleResidualModel (const RCP< const Thyra::ModelEvaluator< Scalar > > &daeModel, const Thyra::ModelEvaluatorBase::InArgs< Scalar > &basePoint, const Scalar &coeff_x_dot, const RCP< const Thyra::VectorBase< Scalar > > &x_dot_base, const Scalar &coeff_x, const RCP< const Thyra::VectorBase< Scalar > > &x_base, const Scalar &t_base, const RCP< const Thyra::VectorBase< Scalar > > &x_bar_init)=0 |
|
template<class Scalar>
class Rythmos::SingleResidualModelEvaluatorBase< Scalar >
Base class mix-in interface for single-residual model evaluators.
ToDo: Finish documentation!
Definition at line 45 of file Rythmos_SingleResidualModelEvaluatorBase.hpp.
◆ initializeSingleResidualModel()
template<class Scalar >
virtual void Rythmos::SingleResidualModelEvaluatorBase< Scalar >::initializeSingleResidualModel |
( |
const RCP< const Thyra::ModelEvaluator< Scalar > > & |
daeModel, |
|
|
const Thyra::ModelEvaluatorBase::InArgs< Scalar > & |
basePoint, |
|
|
const Scalar & |
coeff_x_dot, |
|
|
const RCP< const Thyra::VectorBase< Scalar > > & |
x_dot_base, |
|
|
const Scalar & |
coeff_x, |
|
|
const RCP< const Thyra::VectorBase< Scalar > > & |
x_base, |
|
|
const Scalar & |
t_base, |
|
|
const RCP< const Thyra::VectorBase< Scalar > > & |
x_bar_init |
|
) |
| |
|
pure virtual |
◆ get_coeff_x_dot()
◆ get_x_dot_base()
◆ get_coeff_x()
◆ get_x_base()
◆ get_t_base()
The documentation for this class was generated from the following file: