Tempus Version of the Day
Time Integration
|
Default ModifierX for StepperBDF2. More...
#include <Tempus_StepperBDF2ModifierXDefault.hpp>
Public Member Functions | |
StepperBDF2ModifierXDefault () | |
Constructor. | |
virtual | ~StepperBDF2ModifierXDefault () |
Destructor. | |
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. | |
![]() | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< Scalar > >, const Scalar, const Scalar, const MODIFIER_TYPE modType)=0 |
Modify solution based on the MODIFIER_TYPE. | |
![]() | |
StepperBDF2AppAction () | |
Constructor. | |
virtual | ~StepperBDF2AppAction () |
Destructor. | |
virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperBDF2< Scalar > > stepper, const typename StepperBDF2AppAction< Scalar >::ACTION_LOCATION actLoc)=0 |
Execute application action for BDF2 Stepper. | |
Additional Inherited Members | |
![]() | |
enum | MODIFIER_TYPE { X_BEGIN_STEP , X_BEFORE_SOLVE , X_AFTER_SOLVE , X_END_STEP } |
Indicates the location of application action (see algorithm). More... | |
![]() | |
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.