Tempus
Version of the Day
Time Integration
|
StepperSubcyclingObserver class for StepperSubcycling. More...
#include <Tempus_StepperSubcyclingObserver.hpp>
Public Member Functions | |
StepperSubcyclingObserver () | |
Constructor. More... | |
virtual | ~StepperSubcyclingObserver () |
Destructor. More... | |
virtual void | observeBeginTakeStep (Teuchos::RCP< SolutionHistory< Scalar > >, Stepper< Scalar > &) |
Observe Stepper at beginning of takeStep. More... | |
virtual void | observeEndTakeStep (Teuchos::RCP< SolutionHistory< Scalar > >, Stepper< Scalar > &) |
Observe Stepper at end of takeStep. More... | |
StepperSubcyclingObserver class for StepperSubcycling.
This is a means for application developers to perform tasks during the time steps, e.g.,
Design Considerations
Definition at line 35 of file Tempus_StepperSubcyclingObserver.hpp.
|
inline |
Constructor.
Definition at line 41 of file Tempus_StepperSubcyclingObserver.hpp.
|
inlinevirtual |
Destructor.
Definition at line 44 of file Tempus_StepperSubcyclingObserver.hpp.
|
inlinevirtual |
Observe Stepper at beginning of takeStep.
Implements Tempus::StepperObserver< Scalar >.
Definition at line 47 of file Tempus_StepperSubcyclingObserver.hpp.
|
inlinevirtual |
Observe Stepper at end of takeStep.
Implements Tempus::StepperObserver< Scalar >.
Definition at line 52 of file Tempus_StepperSubcyclingObserver.hpp.