Tempus Version of the Day
Time Integration
|
Default modifier for StepperLeapfrog. More...
#include <Tempus_StepperLeapfrogModifierDefault.hpp>
Public Member Functions | |
StepperLeapfrogModifierDefault () | |
Constructor. | |
virtual | ~StepperLeapfrogModifierDefault () |
Destructor. | |
virtual void | modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperLeapfrog< Scalar > >, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc) |
Modify Leapfrog Stepper. | |
virtual void | modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperLeapfrog< Scalar > >, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)=0 |
Modify Leapfrog Stepper. | |
![]() | |
StepperLeapfrogAppAction () | |
Constructor. | |
virtual | ~StepperLeapfrogAppAction () |
Destructor. | |
virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperLeapfrog< Scalar > > stepper, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)=0 |
Execute application action for Leapfrog Stepper. | |
Additional Inherited Members | |
![]() | |
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.