|
Tempus Version of the Day
Time Integration
|
Unit test class for RK Stepper Observer AppAction. More...
#include <Tempus_UnitTest_RK_Utils.hpp>
Public Member Functions | |
| StepperRKObserverTest () | |
| Constructor. | |
| virtual | ~StepperRKObserverTest () |
| Destructor. | |
| 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. | |
Public Member Functions inherited from Tempus::StepperRKAppAction< Scalar > | |
| StepperRKAppAction () | |
| Constructor. | |
| virtual | ~StepperRKAppAction () |
| Destructor. | |
| virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperRKBase< Scalar > > stepper, const typename StepperRKAppAction< Scalar >::ACTION_LOCATION actLoc)=0 |
| Execute application action for RK Stepper. | |
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< Scalar > | |
| enum | ACTION_LOCATION { BEGIN_STEP , BEGIN_STAGE , BEFORE_SOLVE , AFTER_SOLVE , BEFORE_EXPLICIT_EVAL , END_STAGE , END_STEP } |
| Indicates the location of application action (see algorithm). More... | |
Unit test class for RK Stepper Observer AppAction.
Definition at line 425 of file Tempus_UnitTest_RK_Utils.hpp.
|
inline |
Constructor.
Definition at line 429 of file Tempus_UnitTest_RK_Utils.hpp.
|
inlinevirtual |
Destructor.
Definition at line 445 of file Tempus_UnitTest_RK_Utils.hpp.
|
inlinevirtual |
Observe RK Stepper at action location.
Implements Tempus::StepperRKObserverBase< double >.
Definition at line 448 of file Tempus_UnitTest_RK_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testBEGIN_STEP |
Definition at line 494 of file Tempus_UnitTest_RK_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testBEGIN_STAGE |
Definition at line 495 of file Tempus_UnitTest_RK_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testBEFORE_SOLVE |
Definition at line 496 of file Tempus_UnitTest_RK_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testAFTER_SOLVE |
Definition at line 497 of file Tempus_UnitTest_RK_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testBEFORE_EXPLICIT_EVAL |
Definition at line 498 of file Tempus_UnitTest_RK_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testEND_STAGE |
Definition at line 499 of file Tempus_UnitTest_RK_Utils.hpp.
| bool Tempus_Unit_Test::StepperRKObserverTest::testEND_STEP |
Definition at line 500 of file Tempus_UnitTest_RK_Utils.hpp.
| double Tempus_Unit_Test::StepperRKObserverTest::testCurrentValue |
Definition at line 501 of file Tempus_UnitTest_RK_Utils.hpp.
| double Tempus_Unit_Test::StepperRKObserverTest::testWorkingValue |
Definition at line 502 of file Tempus_UnitTest_RK_Utils.hpp.
| double Tempus_Unit_Test::StepperRKObserverTest::testDt |
Definition at line 503 of file Tempus_UnitTest_RK_Utils.hpp.
| std::string Tempus_Unit_Test::StepperRKObserverTest::testName |
Definition at line 504 of file Tempus_UnitTest_RK_Utils.hpp.