|
Tempus
Version of the Day
Time Integration
|
#include "Thyra_VectorStdOps.hpp"#include "Tempus_StepperFactory.hpp"#include "Tempus_StepperForwardEuler.hpp"
Go to the source code of this file.
Namespaces | |
| Tempus | |
Functions | |
| template<class Scalar > | |
| Teuchos::RCP< IntegratorBasic < Scalar > > | Tempus::createIntegratorBasic (Teuchos::RCP< Teuchos::ParameterList > pList, const Teuchos::RCP< Thyra::ModelEvaluator< Scalar > > &model) |
| Nonmember constructor. More... | |
| template<class Scalar > | |
| Teuchos::RCP< IntegratorBasic < Scalar > > | Tempus::createIntegratorBasic (const Teuchos::RCP< Thyra::ModelEvaluator< Scalar > > &model, std::string stepperType) |
| Nonmember constructor. More... | |
| template<class Scalar > | |
| Teuchos::RCP< IntegratorBasic < Scalar > > | Tempus::createIntegratorBasic () |
| Nonmember constructor. More... | |
| template<class Scalar > | |
| Teuchos::RCP< IntegratorBasic < Scalar > > | Tempus::createIntegratorBasic (Teuchos::RCP< Teuchos::ParameterList > pList, std::vector< Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > > models) |
| Nonmember constructor. More... | |
1.8.5