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