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 | testName |
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 303 of file Tempus_UnitTest_Utils.hpp.
|
inline |
Constructor.
Definition at line 309 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Destructor.
Definition at line 324 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Modify RK Stepper at action location.
Implements Tempus::StepperRKModifierBase< double >.
Definition at line 327 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testBEGIN_STEP |
Definition at line 381 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testBEGIN_STAGE |
Definition at line 382 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testBEFORE_SOLVE |
Definition at line 383 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testAFTER_SOLVE |
Definition at line 384 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testBEFORE_EXPLICIT_EVAL |
Definition at line 385 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testEND_STAGE |
Definition at line 386 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKModifierTest::testEND_STEP |
Definition at line 387 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierTest::testCurrentValue |
Definition at line 388 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierTest::testWorkingValue |
Definition at line 389 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKModifierTest::testDt |
Definition at line 390 of file Tempus_UnitTest_Utils.hpp.
std::string Tempus_Unit_Test::StepperRKModifierTest::testName |
Definition at line 391 of file Tempus_UnitTest_Utils.hpp.