Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Tempus_StepperOperatorSplit_decl.hpp File Reference
#include "Tempus_config.hpp"
#include "Tempus_Stepper.hpp"
#include "Tempus_StepperOperatorSplitAppAction.hpp"

Go to the source code of this file.

Classes

class  Tempus::StepperOperatorSplit< Scalar >
 OperatorSplit stepper loops through the Stepper list. More...
 

Namespaces

namespace  Tempus
 

Functions

template<class Scalar >
Teuchos::RCP< StepperOperatorSplit< Scalar > > Tempus::createStepperOperatorSplit (std::vector< Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > > appModels, Teuchos::RCP< Teuchos::ParameterList > pl)
 Nonmember constructor - ModelEvaluator and ParameterList.