9#ifndef Tempus_StepperRKModifierBase_hpp
10#define Tempus_StepperRKModifierBase_hpp
12#include "Tempus_config.hpp"
13#include "Tempus_SolutionHistory.hpp"
20template<
class Scalar>
class StepperRKBase;
55 Teuchos::RCP<SolutionHistory<Scalar> > sh,
56 Teuchos::RCP<StepperRKBase<Scalar> > stepper,
58 { this->
modify(sh, stepper, actLoc); }
64 Teuchos::RCP<SolutionHistory<Scalar> > ,
65 Teuchos::RCP<StepperRKBase<Scalar> > ,
Application Action for StepperRKBase.
ACTION_LOCATION
Indicates the location of application action (see algorithm).
Base modifier for StepperRK.
void execute(Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperRKBase< Scalar > > stepper, const typename StepperRKAppAction< Scalar >::ACTION_LOCATION actLoc)
Execute application action for RK Stepper.
virtual void modify(Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperRKBase< Scalar > >, const typename StepperRKAppAction< Scalar >::ACTION_LOCATION actLoc)=0
Modify RK Stepper.