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