|
Tempus Version of the Day
Time Integration
|
Default observer for StepperRK. More...
#include <Tempus_StepperRKObserverDefault.hpp>
Public Member Functions | |
| StepperRKObserverDefault () | |
| Constructor. | |
| virtual | ~StepperRKObserverDefault () |
| Destructor. | |
| 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. | |
Public Member Functions inherited from Tempus::StepperRKAppAction< Scalar > | |
| StepperRKAppAction () | |
| Constructor. | |
| virtual | ~StepperRKAppAction () |
| Destructor. | |
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 35 of file Tempus_StepperRKObserverDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 38 of file Tempus_StepperRKObserverDefault.hpp.
|
inlinevirtual |
Observe RK Stepper at end of takeStep.
Implements Tempus::StepperRKObserverBase< Scalar >.
Definition at line 41 of file Tempus_StepperRKObserverDefault.hpp.