Tempus
Version of the Day
Time Integration
|
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_Describable.hpp"
#include "Teuchos_ParameterListAcceptorDefaultBase.hpp"
#include "Thyra_VectorStdOps.hpp"
#include "Tempus_config.hpp"
#include "Tempus_SolutionState.hpp"
#include "Tempus_Interpolator.hpp"
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 | |
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::solutionHistory (Teuchos::RCP< Teuchos::ParameterList > pList=Teuchos::null) |
Nonmember constructor. More... | |