29 public Thyra::StateFuncModelEvaluatorBase<Scalar> {
40 Teuchos::RCP<const Thyra::ModelEvaluator<Scalar> >
getModel()
const
50 Teuchos::RCP<const Thyra::VectorSpaceBase<Scalar> >
get_p_space(
int p)
const;
52 Teuchos::RCP<const Teuchos::Array<std::string> >
get_p_names(
int p)
const;
54 Teuchos::RCP<const Thyra::VectorSpaceBase<Scalar> >
get_x_space()
const;
56 Teuchos::RCP<const Thyra::VectorSpaceBase<Scalar> >
get_f_space()
const;
58 Teuchos::RCP<Thyra::LinearOpBase<Scalar> >
create_W_op()
const;
60 Teuchos::RCP<const Thyra::LinearOpWithSolveFactoryBase<Scalar> >
63 Thyra::ModelEvaluatorBase::InArgs<Scalar>
createInArgs()
const;
74 const Thyra::ModelEvaluatorBase::InArgs<Scalar> &inArgs,
75 const Thyra::ModelEvaluatorBase::OutArgs<Scalar> &outArgs)
const;
81 Teuchos::RCP<const Thyra::ModelEvaluator<Scalar> >
model_;
82 Teuchos::RCP<const Thyra::VectorSpaceBase<Scalar> >
space_;
83 Teuchos::RCP<const Tempus::SolutionHistory<Scalar> >
sh_;
SolutionHistory is basically a container of SolutionStates. SolutionHistory maintains a collection of...