9#ifndef Tempus_StepperLeapfrogModifierBase_hpp
10#define Tempus_StepperLeapfrogModifierBase_hpp
12#include "Tempus_config.hpp"
13#include "Tempus_SolutionHistory.hpp"
52 Teuchos::RCP<SolutionHistory<Scalar> > sh,
53 Teuchos::RCP<StepperLeapfrog<Scalar> > stepper,
55 { this->
modify(sh, stepper, actLoc); }
61 Teuchos::RCP<SolutionHistory<Scalar> > ,
62 Teuchos::RCP<StepperLeapfrog<Scalar> > ,
Application Action for StepperLeapfrog.
ACTION_LOCATION
Indicates the location of application action (see algorithm).
Base modifier for StepperLeapfrog.
void execute(Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperLeapfrog< Scalar > > stepper, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)
Execute application action for Leapfrog Stepper.
virtual void modify(Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperLeapfrog< Scalar > >, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)=0
Modify Leapfrog Stepper.