Tempus Version of the Day
Time Integration
|
Default ModifierX for StepperTrapezoidal. More...
#include <Tempus_StepperTrapezoidalModifierXDefault.hpp>
Public Member Functions | |
StepperTrapezoidalModifierXDefault () | |
Constructor. | |
virtual | ~StepperTrapezoidalModifierXDefault () |
Destructor. | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const typename StepperTrapezoidalModifierXBase< 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. | |
![]() | |
StepperTrapezoidalAppAction () | |
Constructor. | |
virtual | ~StepperTrapezoidalAppAction () |
Destructor. | |
virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperTrapezoidal< Scalar > > stepper, const typename StepperTrapezoidalAppAction< Scalar >::ACTION_LOCATION actLoc)=0 |
Execute application action for Trapezoidal Stepper. | |
Additional Inherited Members | |
![]() | |
enum | MODIFIER_TYPE { X_BEGIN_STEP , X_BEFORE_SOLVE , X_AFTER_SOLVE , XDOT_END_STEP } |
Indicates the location of application action (see algorithm). More... | |
![]() | |
enum | ACTION_LOCATION { BEGIN_STEP , BEFORE_SOLVE , AFTER_SOLVE , END_STEP } |
Indicates the location of application action (see algorithm). More... | |
Default ModifierX for StepperTrapezoidal.
The default provides no-op functionality for ModifierX. See StepperTrapezoidalModifierXBase 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_StepperTrapezoidalModifierXDefault.hpp.
|
inline |
Constructor.
Definition at line 33 of file Tempus_StepperTrapezoidalModifierXDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 36 of file Tempus_StepperTrapezoidalModifierXDefault.hpp.
|
inlinevirtual |
Modify solution based on the MODIFIER_TYPE.
Definition at line 39 of file Tempus_StepperTrapezoidalModifierXDefault.hpp.