9#ifndef Tempus_StepperLeapfrogObserverBase_hpp
10#define Tempus_StepperLeapfrogObserverBase_hpp
12#include "Tempus_config.hpp"
13#include "Tempus_SolutionHistory.hpp"
51 Teuchos::RCP<SolutionHistory<Scalar> > sh,
52 Teuchos::RCP<StepperLeapfrog<Scalar> > stepper,
54 { this->
observe(sh, stepper, actLoc); }
60 Teuchos::RCP<
const SolutionHistory<Scalar> > ,
61 Teuchos::RCP<
const StepperLeapfrog<Scalar> > ,
Application Action for StepperLeapfrog.
ACTION_LOCATION
Indicates the location of application action (see algorithm).
Base observer 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 observe(Teuchos::RCP< const SolutionHistory< Scalar > >, Teuchos::RCP< const StepperLeapfrog< Scalar > >, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)=0
Observe Leapfrog Stepper.