|
Tempus Version of the Day
Time Integration
|
#include <iostream>#include <iterator>#include <sstream>#include "Teuchos_VerboseObject.hpp"#include "Teuchos_Describable.hpp"#include "Tempus_config.hpp"#include "Tempus_SolutionHistory.hpp"#include "Tempus_TimeStepControlStrategy.hpp"#include "Tempus_TimeEventComposite.hpp"Go to the source code of this file.
Classes | |
| class | Tempus::TimeStepControl< Scalar > |
| TimeStepControl manages the time step size. There several mechanisms that effect the time step size and handled with this class: More... | |
Namespaces | |
| namespace | Tempus |
Functions | |
| template<class Scalar> | |
| Teuchos::RCP< TimeStepControl< Scalar > > | Tempus::createTimeStepControl (Teuchos::RCP< Teuchos::ParameterList > const &pList, bool runInitialize=true) |
| Nonmember constructor from ParameterList. | |
| template<class Scalar> | |
| Teuchos::RCP< Teuchos::ParameterList > | Tempus::getTimeStepControlPL () |
| Nonmember function to return ParameterList with default values. | |