Tempus
Version of the Day
Time Integration
|
Default ModifierX for StepperBDF2. More...
#include <Tempus_StepperBDF2ModifierXDefault.hpp>
Public Member Functions | |
StepperBDF2ModifierXDefault () | |
Constructor. More... | |
virtual | ~StepperBDF2ModifierXDefault () |
Destructor. More... | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const typename StepperBDF2ModifierXBase< Scalar >::MODIFIER_TYPE modType) |
Modify solution based on the MODIFIER_TYPE. More... | |
Public Member Functions inherited from Tempus::StepperBDF2ModifierXBase< Scalar > | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const MODIFIER_TYPE modType)=0 |
Modify solution based on the MODIFIER_TYPE. More... | |
Public Member Functions inherited from Tempus::StepperBDF2AppAction< Scalar > | |
StepperBDF2AppAction () | |
Constructor. More... | |
virtual | ~StepperBDF2AppAction () |
Destructor. More... | |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperBDF2ModifierXBase< Scalar > | |
enum | MODIFIER_TYPE { X_BEGIN_STEP, X_BEFORE_SOLVE, X_AFTER_SOLVE, X_END_STEP } |
Indicates the location of application action (see algorithm). More... | |
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 ModifierX for StepperBDF2.
The default provides no-op functionality for ModifierX. See StepperBDF2ModifierXBase for details on the algorithm.
Definition at line 25 of file Tempus_StepperBDF2ModifierXDefault.hpp.
|
inline |
Constructor.
Definition at line 31 of file Tempus_StepperBDF2ModifierXDefault.hpp.
|
inlinevirtual |
Destructor.
Definition at line 34 of file Tempus_StepperBDF2ModifierXDefault.hpp.
|
inlinevirtual |
Modify solution based on the MODIFIER_TYPE.
Definition at line 37 of file Tempus_StepperBDF2ModifierXDefault.hpp.