9#ifndef Tempus_StepperTrapezoidalAppActionComposite_hpp
10#define Tempus_StepperTrapezoidalAppActionComposite_hpp
12#include "Tempus_config.hpp"
14#include "Tempus_TimeStepControl.hpp"
38 Teuchos::RCP<SolutionHistory<Scalar> > sh,
39 Teuchos::RCP<StepperTrapezoidal<Scalar> > stepper,
43 a->execute(sh, stepper, actLoc);
61 std::vector<Teuchos::RCP<StepperTrapezoidalAppAction<Scalar > > >
appActions_;
This composite AppAction loops over added AppActions.
virtual ~StepperTrapezoidalAppActionComposite()
Destructor.
void clearTrapezoidalAppActions()
virtual void execute(Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperTrapezoidal< Scalar > > stepper, const typename StepperTrapezoidalAppAction< Scalar >::ACTION_LOCATION actLoc)
Execute application action for Subcycling Stepper.
void addTrapezoidalAppAction(Teuchos::RCP< StepperTrapezoidalAppAction< Scalar > > appAction)
std::size_t getSize() const
StepperTrapezoidalAppActionComposite()
Default constructor.
std::vector< Teuchos::RCP< StepperTrapezoidalAppAction< Scalar > > > appActions_
Application Action for StepperTrapezoidal.
ACTION_LOCATION
Indicates the location of application action (see algorithm).