Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Tempus_SolutionState_decl.hpp File Reference
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_Describable.hpp"
#include "Thyra_VectorBase.hpp"
#include "Thyra_ModelEvaluator.hpp"
#include "Tempus_config.hpp"
#include "Tempus_SolutionStateMetaData.hpp"
#include "Tempus_StepperState.hpp"
#include "Tempus_PhysicsState.hpp"

Go to the source code of this file.

Classes

class  Tempus::SolutionState< Scalar >
 Solution state for integrators and steppers. SolutionState contains the metadata for solutions and the solutions themselves. More...
 

Namespaces

namespace  Tempus
 

Functions

template<class Scalar >
Teuchos::RCP< SolutionState< Scalar > > Tempus::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.
 
template<class Scalar >
Teuchos::RCP< SolutionState< Scalar > > Tempus::createSolutionStateX (const Teuchos::RCP< const Thyra::VectorBase< Scalar > > &x, const Teuchos::RCP< const Thyra::VectorBase< Scalar > > &xdot=Teuchos::null, const Teuchos::RCP< const Thyra::VectorBase< Scalar > > &xdotdot=Teuchos::null)
 Nonmember constructor from const solution vectors, x.
 
template<class Scalar >
Teuchos::RCP< SolutionState< Scalar > > Tempus::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.