Tempus
Version of the Day
Time Integration
|
Default modifier for StepperLeapfrog. More...
#include <Tempus_StepperLeapfrogModifierDefault.hpp>
Public Member Functions | |
StepperLeapfrogModifierDefault () | |
Constructor. More... | |
virtual | ~StepperLeapfrogModifierDefault () |
Destructor. More... | |
virtual void | modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperLeapfrog< Scalar > >, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc) |
Modify Leapfrog Stepper. More... | |
Public Member Functions inherited from Tempus::StepperLeapfrogAppAction< Scalar > | |
StepperLeapfrogAppAction () | |
Constructor. More... | |
virtual | ~StepperLeapfrogAppAction () |
Destructor. More... | |
Additional Inherited Members | |
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 modifier for StepperLeapfrog.
The default modifier provides no-op functionality for the modifier. See StepperLeapfrogModifierBase for details on the algorithm.
Definition at line 25 of file Tempus_StepperLeapfrogModifierDefault.hpp.
|
inline |
Constructor.
Definition at line 31 of file Tempus_StepperLeapfrogModifierDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 34 of file Tempus_StepperLeapfrogModifierDefault.hpp.
|
inlinevirtual |
Modify Leapfrog Stepper.
Implements Tempus::StepperLeapfrogModifierBase< Scalar >.
Definition at line 37 of file Tempus_StepperLeapfrogModifierDefault.hpp.