Tempus
Version of the Day
Time Integration
|
Unit test class for RK Stepper Modifier AppAction. More...
#include <Tempus_UnitTest_Utils.hpp>
Public Member Functions | |
StepperRKModifierTest () | |
Constructor. More... | |
virtual | ~StepperRKModifierTest () |
Destructor. More... | |
virtual void | modify (Teuchos::RCP< Tempus::SolutionHistory< double > > sh, Teuchos::RCP< Tempus::StepperRKBase< double > > stepper, const typename Tempus::StepperRKAppAction< double >::ACTION_LOCATION actLoc) |
Modify RK Stepper at action location. More... | |
Public Member Functions inherited from Tempus::StepperRKAppAction< double > | |
StepperRKAppAction () | |
Constructor. More... | |
virtual | ~StepperRKAppAction () |
Destructor. More... | |
Public Attributes | |
bool | testBEGIN_STEP |
bool | testBEGIN_STAGE |
bool | testBEFORE_SOLVE |
bool | testAFTER_SOLVE |
bool | testBEFORE_EXPLICIT_EVAL |
bool | testEND_STAGE |
bool | testEND_STEP |
double | testCurrentValue |
double | testWorkingValue |
double | testDt |
std::string | testType |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperRKAppAction< double > | |
enum | ACTION_LOCATION |
Indicates the location of application action (see algorithm). More... | |
Unit test class for RK Stepper Modifier AppAction.
Definition at line 478 of file Tempus_UnitTest_Utils.hpp.
|
inline |
Constructor.
Definition at line 484 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Destructor.
Definition at line 499 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Modify RK Stepper at action location.
Implements Tempus::StepperRKModifierBase< double >.
Definition at line 502 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testAFTER_SOLVE |
Definition at line 559 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testBEFORE_EXPLICIT_EVAL |
Definition at line 560 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testBEFORE_SOLVE |
Definition at line 558 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testBEGIN_STAGE |
Definition at line 557 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testBEGIN_STEP |
Definition at line 556 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierTest::testCurrentValue |
Definition at line 563 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierTest::testDt |
Definition at line 565 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testEND_STAGE |
Definition at line 561 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testEND_STEP |
Definition at line 562 of file Tempus_UnitTest_Utils.hpp.
std::string Tempus_Unit_Test::StepperRKModifierTest::testType |
Definition at line 566 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierTest::testWorkingValue |
Definition at line 564 of file Tempus_UnitTest_Utils.hpp.