Tempus
Version of the Day
Time Integration
|
Default modifier for StepperRK. More...
#include <Tempus_StepperRKModifierDefault.hpp>
Public Member Functions | |
StepperRKModifierDefault () | |
Constructor. More... | |
virtual | ~StepperRKModifierDefault () |
Destructor. More... | |
virtual void | modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperRKBase< Scalar > >, const typename StepperRKAppAction< Scalar >::ACTION_LOCATION actLoc) |
Modify RK Stepper. More... | |
Public Member Functions inherited from Tempus::StepperRKAppAction< Scalar > | |
StepperRKAppAction () | |
Constructor. More... | |
virtual | ~StepperRKAppAction () |
Destructor. More... | |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperRKAppAction< Scalar > | |
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 modifier for StepperRK.
The default modifier provides no-op functionality for the modifier. See StepperRKModifierBase 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 31 of file Tempus_StepperRKModifierDefault.hpp.
|
inline |
Constructor.
Definition at line 37 of file Tempus_StepperRKModifierDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 40 of file Tempus_StepperRKModifierDefault.hpp.
|
inlinevirtual |
Modify RK Stepper.
Implements Tempus::StepperRKModifierBase< Scalar >.
Definition at line 43 of file Tempus_StepperRKModifierDefault.hpp.