Tempus
Version of the Day
Time Integration
|
This composite AppAction loops over added AppActions. More...
#include <Tempus_StepperNewmarkExplicitAFormAppActionComposite.hpp>
Public Member Functions | |
StepperNewmarkExplicitAFormAppActionComposite () | |
Default constructor. More... | |
virtual | ~StepperNewmarkExplicitAFormAppActionComposite () |
Destructor. More... | |
virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperNewmarkExplicitAForm< Scalar > > stepper, const typename StepperNewmarkExplicitAFormAppAction< Scalar >::ACTION_LOCATION actLoc) |
Execute application action for NewmarkExplicitAForm Stepper. More... | |
void | addNewmarkExplicitAFormAppAction (Teuchos::RCP< StepperNewmarkExplicitAFormAppAction< Scalar > > appAction) |
void | clearAppActions () |
std::size_t | getSize () const |
Public Member Functions inherited from Tempus::StepperNewmarkExplicitAFormAppAction< Scalar > | |
StepperNewmarkExplicitAFormAppAction () | |
Constructor. More... | |
virtual | ~StepperNewmarkExplicitAFormAppAction () |
Destructor. More... | |
Private Attributes | |
std::vector< Teuchos::RCP < StepperNewmarkExplicitAFormAppAction < Scalar > > > | appActions_ |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperNewmarkExplicitAFormAppAction< Scalar > | |
enum | ACTION_LOCATION { BEGIN_STEP, BEFORE_EXPLICIT_EVAL, AFTER_EXPLICIT_EVAL, END_STEP } |
Indicates the location of application action (see algorithm). More... | |
This composite AppAction loops over added AppActions.
Inidividual AppActions are executed in the order in which they were added.
Definition at line 25 of file Tempus_StepperNewmarkExplicitAFormAppActionComposite.hpp.
Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >::StepperNewmarkExplicitAFormAppActionComposite | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
inlinevirtual |
Execute application action for NewmarkExplicitAForm Stepper.
Implements Tempus::StepperNewmarkExplicitAFormAppAction< Scalar >.
Definition at line 37 of file Tempus_StepperNewmarkExplicitAFormAppActionComposite.hpp.
void Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >::addNewmarkExplicitAFormAppAction | ( | Teuchos::RCP< StepperNewmarkExplicitAFormAppAction< Scalar > > | appAction | ) |
void Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >::clearAppActions | ( | ) |
|
inline |
Definition at line 57 of file Tempus_StepperNewmarkExplicitAFormAppActionComposite.hpp.
|
private |
Definition at line 61 of file Tempus_StepperNewmarkExplicitAFormAppActionComposite.hpp.