Tempus
Version of the Day
Time Integration
|
Default ModifierX for StepperLeapfrog. More...
#include <Tempus_StepperLeapfrogModifierXDefault.hpp>
Public Member Functions | |
StepperLeapfrogModifierXDefault () | |
Constructor. More... | |
virtual | ~StepperLeapfrogModifierXDefault () |
Destructor. More... | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const typename StepperLeapfrogModifierXBase< Scalar >::MODIFIER_TYPE modType) |
Modify solution based on the MODIFIER_TYPE. More... | |
Public Member Functions inherited from Tempus::StepperLeapfrogModifierXBase< 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. More... | |
Public Member Functions inherited from Tempus::StepperLeapfrogAppAction< Scalar > | |
StepperLeapfrogAppAction () | |
Constructor. More... | |
virtual | ~StepperLeapfrogAppAction () |
Destructor. More... | |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperLeapfrogModifierXBase< Scalar > | |
enum | MODIFIER_TYPE { X_BEGIN_STEP, X_BEFORE_X_UPDATE, X_BEFORE_EXPLICIT_EVAL, X_BEFORE_XDOT_UPDATE, X_END_STEP } |
Indicates the location of application action (see algorithm). More... | |
Public Types inherited from Tempus::StepperLeapfrogAppAction< Scalar > | |
enum | ACTION_LOCATION { BEGIN_STEP, BEFORE_X_UPDATE, BEFORE_EXPLICIT_EVAL, BEFORE_XDOT_UPDATE, END_STEP } |
Indicates the location of application action (see algorithm). More... | |
Default ModifierX for StepperLeapfrog.
The default provides no-op functionality for ModifierX. See StepperLeapfrogModifierXBase for details on the algorithm.
Definition at line 25 of file Tempus_StepperLeapfrogModifierXDefault.hpp.
|
inline |
Constructor.
Definition at line 29 of file Tempus_StepperLeapfrogModifierXDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 32 of file Tempus_StepperLeapfrogModifierXDefault.hpp.
|
inlinevirtual |
Modify solution based on the MODIFIER_TYPE.
Definition at line 35 of file Tempus_StepperLeapfrogModifierXDefault.hpp.