11 #ifdef HAVE_TEMPUS_EXPLICIT_INSTANTIATION
12 #include "Tempus_SolutionState.hpp"
20 template Teuchos::RCP<SolutionState<
double> >
22 const Teuchos::RCP<Thyra::VectorBase<
double> >& x,
23 const Teuchos::RCP<Thyra::VectorBase<
double> >& xdot,
24 const Teuchos::RCP<Thyra::VectorBase<
double> >& xdotdot);
27 template Teuchos::RCP<SolutionState<
double> >
29 const Teuchos::RCP<const Thyra::VectorBase<
double> >& x,
30 const Teuchos::RCP<const Thyra::VectorBase<
double> >& xdot,
31 const Teuchos::RCP<const Thyra::VectorBase<
double> >& xdotdot);
34 template Teuchos::RCP<SolutionState<
double> >
36 const Teuchos::RCP<const Thyra::ModelEvaluator<
double> >& model,
37 const Teuchos::RCP<StepperState<
double> >& stepperState,
38 const Teuchos::RCP<PhysicsState<
double> >& physicsState);
Teuchos::RCP< SolutionState< Scalar > > createSolutionStateX(const Teuchos::RCP< Thyra::VectorBase< Scalar > > &x, const Teuchos::RCP< Thyra::VectorBase< Scalar > > &xdot=Teuchos::null, const Teuchos::RCP< Thyra::VectorBase< Scalar > > &xdotdot=Teuchos::null)
Nonmember constructor from non-const solution vectors, x.
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)
Teuchos::RCP< SolutionState< Scalar > > createSolutionStateME(const Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > &model, const Teuchos::RCP< StepperState< Scalar > > &stepperState=Teuchos::null, const Teuchos::RCP< PhysicsState< Scalar > > &physicsState=Teuchos::null)
Nonmember constructor from Thyra ModelEvaluator.