|
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 | 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 Observer AppAction.
Definition at line 397 of file Tempus_UnitTest_Utils.hpp.
|
inline |
Constructor.
Definition at line 403 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Destructor.
Definition at line 418 of file Tempus_UnitTest_Utils.hpp.
|
inlinevirtual |
Observe RK Stepper at action location.
Implements Tempus::StepperRKObserverBase< double >.
Definition at line 421 of file Tempus_UnitTest_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testBEGIN_STEP |
Definition at line 474 of file Tempus_UnitTest_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testBEGIN_STAGE |
Definition at line 475 of file Tempus_UnitTest_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testBEFORE_SOLVE |
Definition at line 476 of file Tempus_UnitTest_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testAFTER_SOLVE |
Definition at line 477 of file Tempus_UnitTest_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testBEFORE_EXPLICIT_EVAL |
Definition at line 478 of file Tempus_UnitTest_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testEND_STAGE |
Definition at line 479 of file Tempus_UnitTest_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testEND_STEP |
Definition at line 480 of file Tempus_UnitTest_Utils.hpp.
| double Tempus_Unit_Test::StepperRKObserverTest::testCurrentValue |
Definition at line 481 of file Tempus_UnitTest_Utils.hpp.
| double Tempus_Unit_Test::StepperRKObserverTest::testWorkingValue |
Definition at line 482 of file Tempus_UnitTest_Utils.hpp.
| double Tempus_Unit_Test::StepperRKObserverTest::testDt |
Definition at line 483 of file Tempus_UnitTest_Utils.hpp.
| std::string Tempus_Unit_Test::StepperRKObserverTest::testName |
Definition at line 484 of file Tempus_UnitTest_Utils.hpp.
1.8.14