Tempus
Version of the Day
Time Integration
|
Default modifier for StepperNewmarkExplicitAForm. More...
#include <Tempus_StepperNewmarkExplicitAFormModifierDefault.hpp>
Public Member Functions | |
StepperNewmarkExplicitAFormModifierDefault () | |
Constructor. More... | |
virtual | ~StepperNewmarkExplicitAFormModifierDefault () |
Destructor. More... | |
virtual void | modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperNewmarkExplicitAForm< Scalar > >, const typename StepperNewmarkExplicitAFormAppAction< Scalar >::ACTION_LOCATION actLoc) |
Modify NewmarkExplicitAForm Stepper. More... | |
Public Member Functions inherited from Tempus::StepperNewmarkExplicitAFormAppAction< Scalar > | |
StepperNewmarkExplicitAFormAppAction () | |
Constructor. More... | |
virtual | ~StepperNewmarkExplicitAFormAppAction () |
Destructor. More... | |
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... | |
Default modifier for StepperNewmarkExplicitAForm.
The default modifier provides no-op functionality for the modifier. See StepperNewmarkExplicitAFormModifierBase for details on the algorithm.
Applications can copy this implementation, rename, implement their action, and set on the stepper to get app-specific functionality.
Definition at line 31 of file Tempus_StepperNewmarkExplicitAFormModifierDefault.hpp.
|
inline |
Constructor.
Definition at line 37 of file Tempus_StepperNewmarkExplicitAFormModifierDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 40 of file Tempus_StepperNewmarkExplicitAFormModifierDefault.hpp.
|
inlinevirtual |
Modify NewmarkExplicitAForm Stepper.
Implements Tempus::StepperNewmarkExplicitAFormModifierBase< Scalar >.
Definition at line 43 of file Tempus_StepperNewmarkExplicitAFormModifierDefault.hpp.