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