|
Tempus
Version of the Day
Time Integration
|
Public Member Functions | |
| StepperSubcyclingObserverTest () | |
| Constructor. More... | |
| virtual | ~StepperSubcyclingObserverTest () |
| Destructor. More... | |
| virtual void | observe (Teuchos::RCP< const Tempus::SolutionHistory< double > > sh, Teuchos::RCP< const Tempus::StepperSubcycling< double > > stepper, const typename Tempus::StepperSubcyclingAppAction< double >::ACTION_LOCATION actLoc) |
| Observe Subcycling Stepper at action location. More... | |
Public Member Functions inherited from Tempus::StepperSubcyclingAppAction< double > | |
| StepperSubcyclingAppAction () | |
| Constructor. More... | |
| virtual | ~StepperSubcyclingAppAction () |
| Destructor. More... | |
Public Attributes | |
| bool | testBEGIN_STEP |
| bool | testEND_STEP |
| double | testCurrentValue |
| double | testWorkingValue |
| double | testDt |
| std::string | testType |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperSubcyclingAppAction< double > | |
| enum | ACTION_LOCATION |
| Indicates the location of application action (see algorithm). More... | |
Definition at line 264 of file Tempus_UnitTest_Subcycling.cpp.
|
inline |
Constructor.
Definition at line 270 of file Tempus_UnitTest_Subcycling.cpp.
|
inlinevirtual |
Destructor.
Definition at line 277 of file Tempus_UnitTest_Subcycling.cpp.
|
inlinevirtual |
Observe Subcycling Stepper at action location.
Implements Tempus::StepperSubcyclingObserverBase< double >.
Definition at line 280 of file Tempus_UnitTest_Subcycling.cpp.
| bool Tempus_Unit_Test::StepperSubcyclingObserverTest::testBEGIN_STEP |
Definition at line 306 of file Tempus_UnitTest_Subcycling.cpp.
| double Tempus_Unit_Test::StepperSubcyclingObserverTest::testCurrentValue |
Definition at line 308 of file Tempus_UnitTest_Subcycling.cpp.
| double Tempus_Unit_Test::StepperSubcyclingObserverTest::testDt |
Definition at line 310 of file Tempus_UnitTest_Subcycling.cpp.
| bool Tempus_Unit_Test::StepperSubcyclingObserverTest::testEND_STEP |
Definition at line 307 of file Tempus_UnitTest_Subcycling.cpp.
| std::string Tempus_Unit_Test::StepperSubcyclingObserverTest::testType |
Definition at line 311 of file Tempus_UnitTest_Subcycling.cpp.
| double Tempus_Unit_Test::StepperSubcyclingObserverTest::testWorkingValue |
Definition at line 309 of file Tempus_UnitTest_Subcycling.cpp.