|
Tempus Version of the Day
Time Integration
|
Go to the source code of this file.
Classes | |
| class | Tempus::SolutionHistory< Scalar > |
| SolutionHistory is basically a container of SolutionStates. SolutionHistory maintains a collection of SolutionStates for later retrival and reuse, such as checkpointing, restart, and undo operations. More... | |
Namespaces | |
| namespace | Tempus |
Enumerations | |
| enum | Tempus::StorageType { Tempus::STORAGE_TYPE_INVALID = 0 , Tempus::STORAGE_TYPE_KEEP_NEWEST = 1 , Tempus::STORAGE_TYPE_UNDO = 2 , Tempus::STORAGE_TYPE_STATIC = 3 , Tempus::STORAGE_TYPE_UNLIMITED = 4 } |
Functions | |
| template<class Scalar > | |
| Teuchos::RCP< SolutionHistory< Scalar > > | Tempus::createSolutionHistory () |
| Nonmember constructor. | |
| template<class Scalar > | |
| Teuchos::RCP< SolutionHistory< Scalar > > | Tempus::createSolutionHistoryPL (Teuchos::RCP< Teuchos::ParameterList > pList) |
| Nonmember constructor from a ParameterList. | |
| template<class Scalar > | |
| Teuchos::RCP< SolutionHistory< Scalar > > | Tempus::createSolutionHistoryState (const Teuchos::RCP< SolutionState< Scalar > > &state) |
| Nonmember contructor from a SolutionState. | |
| template<class Scalar > | |
| Teuchos::RCP< SolutionHistory< Scalar > > | Tempus::createSolutionHistoryME (const Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > &model) |
| Nonmember contructor from a Thyra ModelEvaluator. | |