9#ifndef Tempus_StepperNewmarkExplicitAFormAppActionComposite_hpp
10#define Tempus_StepperNewmarkExplicitAFormAppActionComposite_hpp
12#include "Tempus_config.hpp"
14#include "Tempus_TimeStepControl.hpp"
38 Teuchos::RCP<SolutionHistory<Scalar> > sh,
39 Teuchos::RCP<StepperNewmarkExplicitAForm<Scalar> > stepper,
43 a->execute(sh, stepper, actLoc);
61 std::vector<Teuchos::RCP<StepperNewmarkExplicitAFormAppAction<Scalar > > >
appActions_;