#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.
|
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.
|
|