Tempus
Version of the Day
Time Integration
|
Default observer for StepperRK. More...
#include <Tempus_StepperRKObserverDefault.hpp>
Public Member Functions | |
StepperRKObserverDefault () | |
Constructor. More... | |
virtual | ~StepperRKObserverDefault () |
Destructor. More... | |
virtual void | observe (Teuchos::RCP< const SolutionHistory< Scalar > >, Teuchos::RCP< const StepperRKBase< Scalar > >, const typename StepperRKAppAction< Scalar >::ACTION_LOCATION actLoc) |
Observe RK Stepper at end of takeStep. 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 observer for StepperRK.
The default observer provides no-op functionality for the observer. See StepperRKObserverBase 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_StepperRKObserverDefault.hpp.
|
inline |
Constructor.
Definition at line 37 of file Tempus_StepperRKObserverDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 40 of file Tempus_StepperRKObserverDefault.hpp.
|
inlinevirtual |
Observe RK Stepper at end of takeStep.
Implements Tempus::StepperRKObserverBase< Scalar >.
Definition at line 43 of file Tempus_StepperRKObserverDefault.hpp.