9#ifndef Tempus_StepperSubcyclingObserverBase_hpp
10#define Tempus_StepperSubcyclingObserverBase_hpp
12#include "Tempus_config.hpp"
13#include "Tempus_SolutionHistory.hpp"
51 Teuchos::RCP<SolutionHistory<Scalar> > sh,
52 Teuchos::RCP<StepperSubcycling<Scalar> > stepper,
54 { this->
observe(sh, stepper, actLoc); }
60 Teuchos::RCP<
const SolutionHistory<Scalar> > ,
61 Teuchos::RCP<
const StepperSubcycling<Scalar> > ,
Application Action for StepperSubcycling.
ACTION_LOCATION
Indicates the location of application action (see algorithm).
Base observer for StepperSubcycling.
virtual void observe(Teuchos::RCP< const SolutionHistory< Scalar > >, Teuchos::RCP< const StepperSubcycling< Scalar > >, const typename StepperSubcyclingAppAction< Scalar >::ACTION_LOCATION actLoc)=0
Observe Subcycling Stepper.
void execute(Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperSubcycling< Scalar > > stepper, const typename StepperSubcyclingAppAction< Scalar >::ACTION_LOCATION actLoc)
Execute application action for Subcycling Stepper.