Public Member Functions | |
Teuchos::RCP < Thyra::VectorBase< Scalar > > | get_x_dotdot () const |
void | set_x_dotdot (const Teuchos::RCP< Thyra::VectorBase< Scalar > > &xdd) const |
void | set_x_dotdot_data (const Teuchos::RCP< Thyra::VectorBase< Scalar > > &xdd) const |
Scalar | get_omega () const |
void | set_omega (const Scalar oo) const |
void | printVec (const Teuchos::RCP< const Thyra::VectorBase< Scalar > > &vec) const |
Thyra::ModelEvaluatorBase::Derivative < Scalar > | get_DgDx_dotdot (int j) const |
void | set_DgDx_dotdot (int j, const Thyra::ModelEvaluatorBase::Derivative< Scalar > &DgDx_dotdot_j) |
Precondition: supports(OUT_ARG_DgDx_dot,j)==true . | |
Constructors/initializers | |
TransientDecorator () | |
Protected Attributes | |
Teuchos::RCP < Thyra::VectorBase< Scalar > > | xDotDot |
Scalar | omega |
Teuchos::Array < Thyra::ModelEvaluatorBase::Derivative < Scalar > > | DgDx_dotdot_ |