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 663 of file Tempus_UnitTest_Utils.hpp.
|
inline |
Constructor.
Definition at line 669 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Destructor.
Definition at line 686 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Observe RK Stepper at end of takeStep.
Definition at line 689 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testDt |
Definition at line 752 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testEndStageX |
Definition at line 751 of file Tempus_UnitTest_Utils.hpp.
int Tempus_Unit_Test::StepperRKModifierXTest::testStageNumber |
Definition at line 754 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testStageX |
Definition at line 755 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testTime |
Definition at line 753 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierXTest::testX |
Definition at line 750 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_AFTER_SOLVE |
Definition at line 746 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_BEFORE_EXPLICIT_EVAL |
Definition at line 747 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_BEFORE_SOLVE |
Definition at line 745 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_BEGIN_STAGE |
Definition at line 744 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_BEGIN_STEP |
Definition at line 743 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testX_END_STEP |
Definition at line 749 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierXTest::testXDOT_END_STAGE |
Definition at line 748 of file Tempus_UnitTest_Utils.hpp.