Tempus Version of the Day
Time Integration
|
Default ModifierX for StepperRK. More...
#include <Tempus_StepperRKModifierXDefault.hpp>
Public Member Functions | |
StepperRKModifierXDefault () | |
Constructor. | |
virtual | ~StepperRKModifierXDefault () |
Destructor. | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const int, const typename StepperRKModifierXBase< Scalar >::MODIFIER_TYPE modType) |
Modify solution based on the MODIFIER_TYPE. | |
![]() | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const int, const MODIFIER_TYPE modType)=0 |
Modify solution based on the MODIFIER_TYPE. | |
![]() | |
StepperRKAppAction () | |
Constructor. | |
virtual | ~StepperRKAppAction () |
Destructor. | |
Additional Inherited Members | |
![]() | |
enum | MODIFIER_TYPE { X_BEGIN_STEP , X_BEGIN_STAGE , X_BEFORE_SOLVE , X_AFTER_SOLVE , X_BEFORE_EXPLICIT_EVAL , X_END_STAGE , X_END_STEP } |
Indicates the location of application action (see algorithm). More... | |
![]() | |
enum | ACTION_LOCATION { BEGIN_STEP , BEGIN_STAGE , BEFORE_SOLVE , AFTER_SOLVE , BEFORE_EXPLICIT_EVAL , END_STAGE , END_STEP } |
Indicates the location of application action (see algorithm). More... | |
Default ModifierX for StepperRK.
The default provides no-op functionality for ModifierX. See StepperRKModifierXBase 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_StepperRKModifierXDefault.hpp.
|
inline |
Constructor.
Definition at line 33 of file Tempus_StepperRKModifierXDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 36 of file Tempus_StepperRKModifierXDefault.hpp.
|
inlinevirtual |
Modify solution based on the MODIFIER_TYPE.
Definition at line 39 of file Tempus_StepperRKModifierXDefault.hpp.