30 :
public Thyra::StateFuncModelEvaluatorBase<Scalar> {
41 Teuchos::RCP<const Thyra::ModelEvaluator<Scalar> >
getModel()
const
53 Teuchos::RCP<const Thyra::VectorSpaceBase<Scalar> >
get_p_space(
int p)
const;
55 Teuchos::RCP<const Teuchos::Array<std::string> >
get_p_names(
int p)
const;
57 Teuchos::RCP<const Thyra::VectorSpaceBase<Scalar> >
get_x_space()
const;
59 Teuchos::RCP<const Thyra::VectorSpaceBase<Scalar> >
get_f_space()
const;
61 Teuchos::RCP<Thyra::LinearOpBase<Scalar> >
create_W_op()
const;
63 Teuchos::RCP<const Thyra::LinearOpWithSolveFactoryBase<Scalar> >
66 Thyra::ModelEvaluatorBase::InArgs<Scalar>
createInArgs()
const;
76 const Thyra::ModelEvaluatorBase::InArgs<Scalar> &inArgs,
77 const Thyra::ModelEvaluatorBase::OutArgs<Scalar> &outArgs)
const;
82 Teuchos::RCP<const Thyra::ModelEvaluator<Scalar> >
model_;
83 Teuchos::RCP<const Thyra::VectorSpaceBase<Scalar> >
space_;
84 Teuchos::RCP<const Tempus::SolutionHistory<Scalar> >
sh_;
SolutionHistory is basically a container of SolutionStates. SolutionHistory maintains a collection of...