Tempus
Version of the Day
Time Integration
|
#include <Tempus_UnitTest_Utils.hpp>
Public Member Functions | |
StepperRKModifierXTest () | |
Constructor. More... | |
virtual | ~StepperRKModifierXTest () |
Destructor. More... | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< double > > x, const double time, const double dt, const int stageNumber, const typename Tempus::StepperRKModifierXBase< double >::MODIFIER_TYPE modType) |
Observe RK Stepper at end of takeStep. More... | |
Public Member Functions inherited from Tempus::StepperRKModifierXBase< double > | |
virtual void | modify (Teuchos::RCP< Thyra::VectorBase< double > >, const double, const double, const int, const MODIFIER_TYPE modType)=0 |
Modify solution based on the MODIFIER_TYPE. More... | |
Public Member Functions inherited from Tempus::StepperRKAppAction< double > | |
StepperRKAppAction () | |
Constructor. More... | |
virtual | ~StepperRKAppAction () |
Destructor. More... | |
Public Attributes | |
bool | testX_BEGIN_STEP |
bool | testX_BEGIN_STAGE |
bool | testX_BEFORE_SOLVE |
bool | testX_AFTER_SOLVE |
bool | testX_BEFORE_EXPLICIT_EVAL |
bool | testXDOT_END_STAGE |
bool | testX_END_STEP |
double | testX |
double | testEndStageX |
double | testDt |
double | testTime |
int | testStageNumber |
double | testStageX |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperRKModifierXBase< double > | |
enum | MODIFIER_TYPE |
Indicates the location of application action (see algorithm). More... | |
Public Types inherited from Tempus::StepperRKAppAction< double > | |
enum | ACTION_LOCATION |
Indicates the location of application action (see algorithm). More... | |
Definition at line 488 of file Tempus_UnitTest_Utils.hpp.
|
inline |
Constructor.
Definition at line 494 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Destructor.
Definition at line 511 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Observe RK Stepper at end of takeStep.
Definition at line 514 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_BEGIN_STEP |
Definition at line 568 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_BEGIN_STAGE |
Definition at line 569 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_BEFORE_SOLVE |
Definition at line 570 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_AFTER_SOLVE |
Definition at line 571 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_BEFORE_EXPLICIT_EVAL |
Definition at line 572 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testXDOT_END_STAGE |
Definition at line 573 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_END_STEP |
Definition at line 574 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testX |
Definition at line 575 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testEndStageX |
Definition at line 576 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testDt |
Definition at line 577 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testTime |
Definition at line 578 of file Tempus_UnitTest_Utils.hpp.
int Tempus_Unit_Test::StepperRKModifierXTest::testStageNumber |
Definition at line 579 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testStageX |
Definition at line 580 of file Tempus_UnitTest_Utils.hpp.