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