Tempus
Version of the Day
Time Integration
|
Default modifier for StepperBDF2. More...
#include <Tempus_StepperBDF2ModifierDefault.hpp>
Public Member Functions | |
StepperBDF2ModifierDefault () | |
Constructor. More... | |
virtual | ~StepperBDF2ModifierDefault () |
Destructor. More... | |
virtual void | modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperBDF2< Scalar > >, const typename StepperBDF2AppAction< Scalar >::ACTION_LOCATION actLoc) |
Modify BDF2 Stepper. 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 modifier for StepperBDF2.
The default modifier provides no-op functionality for the modifier. See StepperBDF2ModifierBase for details on the algorithm.
Definition at line 25 of file Tempus_StepperBDF2ModifierDefault.hpp.
|
inline |
Constructor.
Definition at line 31 of file Tempus_StepperBDF2ModifierDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 34 of file Tempus_StepperBDF2ModifierDefault.hpp.
|
inlinevirtual |
Modify BDF2 Stepper.
Implements Tempus::StepperBDF2ModifierBase< Scalar >.
Definition at line 37 of file Tempus_StepperBDF2ModifierDefault.hpp.