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