|
Tempus Version of the Day
Time Integration
|
#include "Tempus_config.hpp"#include "Tempus_StepperRKBase.hpp"#include "Tempus_StepperImplicit.hpp"#include "Tempus_WrapperModelEvaluatorPairIMEX_Basic.hpp"Go to the source code of this file.
Classes | |
| class | Tempus::StepperIMEX_RK< Scalar > |
| Implicit-Explicit Runge-Kutta (IMEX-RK) time stepper. More... | |
| class | Tempus::StepperIMEX_RKTimeDerivative< Scalar > |
| Time-derivative interface for IMEX RK. More... | |
Namespaces | |
| namespace | Tempus |
Functions | |
| template<class Scalar > | |
| Teuchos::RCP< StepperIMEX_RK< Scalar > > | Tempus::createStepperIMEX_RK (const Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > &model, std::string stepperType, Teuchos::RCP< Teuchos::ParameterList > pl) |
| Nonmember constructor - ModelEvaluator and ParameterList. | |