Tempus
Version of the Day
Time Integration
|
#include "Teuchos_StandardParameterEntryValidators.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "Thyra_VectorStdOps.hpp"
#include "Tempus_InterpolatorFactory.hpp"
Go to the source code of this file.
Namespaces | |
Tempus | |
Functions | |
template<class Scalar > | |
Teuchos::RCP< SolutionHistory < Scalar > > | Tempus::createSolutionHistoryPL (Teuchos::RCP< Teuchos::ParameterList > pList) |
Nonmember constructor from a ParameterList. More... | |
template<class Scalar > | |
Teuchos::RCP< SolutionHistory < Scalar > > | Tempus::createSolutionHistoryState (const Teuchos::RCP< SolutionState< Scalar > > &state) |
Nonmember contructor from a SolutionState. More... | |
template<class Scalar > | |
Teuchos::RCP< SolutionHistory < Scalar > > | Tempus::createSolutionHistoryME (const Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > &model) |
Nonmember contructor from a Thyra ModelEvaluator. More... | |