|
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. | |
Public Member Functions inherited from Tempus::StepperNewmarkExplicitAFormModifierXBase< Scalar > | |
| virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const MODIFIER_TYPE modType)=0 |
| Modify solution based on the MODIFIER_TYPE. | |
Public Member Functions inherited from Tempus::StepperNewmarkExplicitAFormAppAction< Scalar > | |
| StepperNewmarkExplicitAFormAppAction () | |
| Constructor. | |
| virtual | ~StepperNewmarkExplicitAFormAppAction () |
| Destructor. | |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperNewmarkExplicitAFormModifierXBase< Scalar > | |
| 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... | |
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 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 31 of file Tempus_StepperNewmarkExplicitAFormModifierXDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 34 of file Tempus_StepperNewmarkExplicitAFormModifierXDefault.hpp.
|
inlinevirtual |
Modify solution based on the MODIFIER_TYPE.
Definition at line 37 of file Tempus_StepperNewmarkExplicitAFormModifierXDefault.hpp.