Tempus
Version of the Day
Time Integration
|
Default observer for StepperSubcycling. More...
#include <Tempus_StepperSubcyclingObserverDefault.hpp>
Public Member Functions | |
StepperSubcyclingObserverDefault () | |
Constructor. More... | |
virtual | ~StepperSubcyclingObserverDefault () |
Destructor. More... | |
virtual void | observe (Teuchos::RCP< const SolutionHistory< Scalar > >, Teuchos::RCP< const StepperSubcycling< Scalar > >, const typename StepperSubcyclingAppAction< Scalar >::ACTION_LOCATION actLoc) |
Observe Subcycling Stepper at end of takeStep. More... | |
Public Member Functions inherited from Tempus::StepperSubcyclingAppAction< Scalar > | |
StepperSubcyclingAppAction () | |
Constructor. More... | |
virtual | ~StepperSubcyclingAppAction () |
Destructor. More... | |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperSubcyclingAppAction< Scalar > | |
enum | ACTION_LOCATION { BEGIN_STEP, END_STEP } |
Indicates the location of application action (see algorithm). More... | |
Default observer for StepperSubcycling.
The default observer provides no-op functionality for the observer. See StepperSubcyclingObserverBase 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_StepperSubcyclingObserverDefault.hpp.
|
inline |
Constructor.
Definition at line 37 of file Tempus_StepperSubcyclingObserverDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 40 of file Tempus_StepperSubcyclingObserverDefault.hpp.
|
inlinevirtual |
Observe Subcycling Stepper at end of takeStep.
Implements Tempus::StepperSubcyclingObserverBase< Scalar >.
Definition at line 43 of file Tempus_StepperSubcyclingObserverDefault.hpp.