9#ifndef Tempus_StepperBDF2AppActionComposite_hpp
10#define Tempus_StepperBDF2AppActionComposite_hpp
12#include "Tempus_config.hpp"
14#include "Tempus_TimeStepControl.hpp"
38 Teuchos::RCP<SolutionHistory<Scalar> > sh,
39 Teuchos::RCP<StepperBDF2<Scalar> > stepper,
43 a->execute(sh, stepper, actLoc);
61 std::vector<Teuchos::RCP<StepperBDF2AppAction<Scalar > > >
appActions_;
This composite AppAction loops over added AppActions.
virtual ~StepperBDF2AppActionComposite()
Destructor.
void clearBDF2AppActions()
std::size_t getSize() const
void addBDF2AppAction(Teuchos::RCP< StepperBDF2AppAction< Scalar > > appAction)
std::vector< Teuchos::RCP< StepperBDF2AppAction< Scalar > > > appActions_
virtual 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.
StepperBDF2AppActionComposite()
Default constructor.
Application Action for StepperBDF2.
ACTION_LOCATION
Indicates the location of application action (see algorithm).