Tempus
Version of the Day
Time Integration
|
Unit test class for RK Stepper Observer AppAction. More...
#include <Tempus_UnitTest_Utils.hpp>
Public Member Functions | |
StepperRKObserverTest () | |
Constructor. More... | |
virtual | ~StepperRKObserverTest () |
Destructor. More... | |
virtual void | observe (Teuchos::RCP< const Tempus::SolutionHistory< double > > sh, Teuchos::RCP< const Tempus::StepperRKBase< double > > stepper, const typename Tempus::StepperRKAppAction< double >::ACTION_LOCATION actLoc) |
Observe 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 Observer AppAction.
Definition at line 572 of file Tempus_UnitTest_Utils.hpp.
|
inline |
Constructor.
Definition at line 578 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Destructor.
Definition at line 593 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Observe RK Stepper at action location.
Implements Tempus::StepperRKObserverBase< double >.
Definition at line 596 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testAFTER_SOLVE |
Definition at line 652 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testBEFORE_EXPLICIT_EVAL |
Definition at line 653 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testBEFORE_SOLVE |
Definition at line 651 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testBEGIN_STAGE |
Definition at line 650 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testBEGIN_STEP |
Definition at line 649 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKObserverTest::testCurrentValue |
Definition at line 656 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKObserverTest::testDt |
Definition at line 658 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testEND_STAGE |
Definition at line 654 of file Tempus_UnitTest_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testEND_STEP |
Definition at line 655 of file Tempus_UnitTest_Utils.hpp.
std::string Tempus_Unit_Test::StepperRKObserverTest::testType |
Definition at line 659 of file Tempus_UnitTest_Utils.hpp.
double Tempus_Unit_Test::StepperRKObserverTest::testWorkingValue |
Definition at line 657 of file Tempus_UnitTest_Utils.hpp.