Tempus
Version of the Day
Time Integration
|
Default observer for StepperBDF2. More...
#include <Tempus_StepperBDF2ObserverDefault.hpp>
Public Member Functions | |
StepperBDF2ObserverDefault () | |
Constructor. More... | |
virtual | ~StepperBDF2ObserverDefault () |
Destructor. More... | |
virtual void | observe (Teuchos::RCP< const SolutionHistory< Scalar > >, Teuchos::RCP< const StepperBDF2< Scalar > >, const typename StepperBDF2AppAction< Scalar >::ACTION_LOCATION actLoc) |
Observe BDF2 Stepper at end of takeStep. More... | |
Public Member Functions inherited from Tempus::StepperBDF2AppAction< Scalar > | |
StepperBDF2AppAction () | |
Constructor. More... | |
virtual | ~StepperBDF2AppAction () |
Destructor. More... | |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperBDF2AppAction< Scalar > | |
enum | ACTION_LOCATION { BEGIN_STEP, BEFORE_SOLVE, AFTER_SOLVE, END_STEP } |
Indicates the location of application action (see algorithm). More... | |
Default observer for StepperBDF2.
The default observer provides no-op functionality for the observer. See StepperBDF2ObserverBase for details on the algorithm.
Definition at line 25 of file Tempus_StepperBDF2ObserverDefault.hpp.
|
inline |
Constructor.
Definition at line 31 of file Tempus_StepperBDF2ObserverDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 34 of file Tempus_StepperBDF2ObserverDefault.hpp.
|
inlinevirtual |
Observe BDF2 Stepper at end of takeStep.
Implements Tempus::StepperBDF2ObserverBase< Scalar >.
Definition at line 37 of file Tempus_StepperBDF2ObserverDefault.hpp.