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