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