|
Tempus Version of the Day
Time Integration
|
This composite AppAction loops over added AppActions. More...
#include <Tempus_StepperNewmarkImplicitAFormAppActionComposite.hpp>
Public Member Functions | |
| StepperNewmarkImplicitAFormAppActionComposite () | |
| Default constructor. | |
| virtual | ~StepperNewmarkImplicitAFormAppActionComposite () |
| Destructor. | |
| virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperNewmarkImplicitAForm< Scalar > > stepper, const typename StepperNewmarkImplicitAFormAppAction< Scalar >::ACTION_LOCATION actLoc) |
| Execute application action for NewmarkImplicitAForm Stepper. | |
| void | addNewmarkImplicitAFormAppAction (Teuchos::RCP< StepperNewmarkImplicitAFormAppAction< Scalar > > appAction) |
| void | clearAppActions () |
| std::size_t | getSize () const |
Public Member Functions inherited from Tempus::StepperNewmarkImplicitAFormAppAction< Scalar > | |
| StepperNewmarkImplicitAFormAppAction () | |
| Constructor. | |
| virtual | ~StepperNewmarkImplicitAFormAppAction () |
| Destructor. | |
Private Attributes | |
| std::vector< Teuchos::RCP< StepperNewmarkImplicitAFormAppAction< Scalar > > > | appActions_ |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperNewmarkImplicitAFormAppAction< Scalar > | |
| enum | ACTION_LOCATION { BEGIN_STEP , BEFORE_SOLVE , AFTER_SOLVE , 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 26 of file Tempus_StepperNewmarkImplicitAFormAppActionComposite.hpp.
| Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::StepperNewmarkImplicitAFormAppActionComposite | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
inlinevirtual |
Execute application action for NewmarkImplicitAForm Stepper.
Implements Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >.
Definition at line 36 of file Tempus_StepperNewmarkImplicitAFormAppActionComposite.hpp.
| void Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::addNewmarkImplicitAFormAppAction | ( | Teuchos::RCP< StepperNewmarkImplicitAFormAppAction< Scalar > > | appAction | ) |
| void Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::clearAppActions | ( | ) |
|
inline |
Definition at line 59 of file Tempus_StepperNewmarkImplicitAFormAppActionComposite.hpp.
|
private |
Definition at line 63 of file Tempus_StepperNewmarkImplicitAFormAppActionComposite.hpp.