Tempus Version of the Day
Time Integration
|
Default ModifierX for StepperNewmarkExplicitAForm. More...
#include <Tempus_StepperNewmarkExplicitAFormModifierXDefault.hpp>
Public Member Functions | |
StepperNewmarkExplicitAFormModifierXDefault () | |
Constructor. | |
virtual | ~StepperNewmarkExplicitAFormModifierXDefault () |
Destructor. | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const typename StepperNewmarkExplicitAFormModifierXBase< Scalar >::MODIFIER_TYPE modType) |
Modify solution based on the MODIFIER_TYPE. | |
![]() | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const MODIFIER_TYPE modType)=0 |
Modify solution based on the MODIFIER_TYPE. | |
![]() | |
StepperNewmarkExplicitAFormAppAction () | |
Constructor. | |
virtual | ~StepperNewmarkExplicitAFormAppAction () |
Destructor. | |
virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperNewmarkExplicitAForm< Scalar > > stepper, const typename StepperNewmarkExplicitAFormAppAction< Scalar >::ACTION_LOCATION actLoc)=0 |
Execute application action for NewmarkExplicitAForm Stepper. | |
Additional Inherited Members | |
![]() | |
enum | MODIFIER_TYPE { X_BEGIN_STEP , X_BEFORE_EXPLICIT_EVAL , X_AFTER_EXPLICIT_EVAL , X_END_STEP } |
Indicates the location of application action (see algorithm). More... | |
![]() | |
enum | ACTION_LOCATION { BEGIN_STEP , BEFORE_EXPLICIT_EVAL , AFTER_EXPLICIT_EVAL , END_STEP } |
Indicates the location of application action (see algorithm). More... | |
Default ModifierX for StepperNewmarkExplicitAForm.
The default provides no-op functionality for ModifierX. See StepperNewmarkExplicitAFormModifierXBase 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 27 of file Tempus_StepperNewmarkExplicitAFormModifierXDefault.hpp.
|
inline |
Constructor.
Definition at line 33 of file Tempus_StepperNewmarkExplicitAFormModifierXDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 36 of file Tempus_StepperNewmarkExplicitAFormModifierXDefault.hpp.
|
inlinevirtual |
Modify solution based on the MODIFIER_TYPE.
Definition at line 39 of file Tempus_StepperNewmarkExplicitAFormModifierXDefault.hpp.