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. | |
![]() | |
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 | |
![]() | |
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 363 of file Tempus_UnitTest_RK_Utils.hpp.
|
inline |
Constructor.
Definition at line 369 of file Tempus_UnitTest_RK_Utils.hpp.
|
inlinevirtual |
Destructor.
Definition at line 384 of file Tempus_UnitTest_RK_Utils.hpp.
|
inlinevirtual |
Observe RK Stepper at action location.
Implements Tempus::StepperRKObserverBase< double >.
Definition at line 387 of file Tempus_UnitTest_RK_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testBEGIN_STEP |
Definition at line 440 of file Tempus_UnitTest_RK_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testBEGIN_STAGE |
Definition at line 441 of file Tempus_UnitTest_RK_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testBEFORE_SOLVE |
Definition at line 442 of file Tempus_UnitTest_RK_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testAFTER_SOLVE |
Definition at line 443 of file Tempus_UnitTest_RK_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testBEFORE_EXPLICIT_EVAL |
Definition at line 444 of file Tempus_UnitTest_RK_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testEND_STAGE |
Definition at line 445 of file Tempus_UnitTest_RK_Utils.hpp.
bool Tempus_Unit_Test::StepperRKObserverTest::testEND_STEP |
Definition at line 446 of file Tempus_UnitTest_RK_Utils.hpp.
double Tempus_Unit_Test::StepperRKObserverTest::testCurrentValue |
Definition at line 447 of file Tempus_UnitTest_RK_Utils.hpp.
double Tempus_Unit_Test::StepperRKObserverTest::testWorkingValue |
Definition at line 448 of file Tempus_UnitTest_RK_Utils.hpp.
double Tempus_Unit_Test::StepperRKObserverTest::testDt |
Definition at line 449 of file Tempus_UnitTest_RK_Utils.hpp.
std::string Tempus_Unit_Test::StepperRKObserverTest::testName |
Definition at line 450 of file Tempus_UnitTest_RK_Utils.hpp.