Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Tempus_Unit_Test::StepperSubcyclingObserverTest Class Reference
Inheritance diagram for Tempus_Unit_Test::StepperSubcyclingObserverTest:
Tempus::StepperSubcyclingObserverBase< double > Tempus::StepperSubcyclingAppAction< double >

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...
 

Detailed Description

Definition at line 264 of file Tempus_UnitTest_Subcycling.cpp.

Constructor & Destructor Documentation

Tempus_Unit_Test::StepperSubcyclingObserverTest::StepperSubcyclingObserverTest ( )
inline

Constructor.

Definition at line 270 of file Tempus_UnitTest_Subcycling.cpp.

virtual Tempus_Unit_Test::StepperSubcyclingObserverTest::~StepperSubcyclingObserverTest ( )
inlinevirtual

Destructor.

Definition at line 277 of file Tempus_UnitTest_Subcycling.cpp.

Member Function Documentation

virtual void Tempus_Unit_Test::StepperSubcyclingObserverTest::observe ( Teuchos::RCP< const Tempus::SolutionHistory< double > >  sh,
Teuchos::RCP< const Tempus::StepperSubcycling< double > >  stepper,
const typename Tempus::StepperSubcyclingAppAction< double >::ACTION_LOCATION  actLoc 
)
inlinevirtual

Observe Subcycling Stepper at action location.

Implements Tempus::StepperSubcyclingObserverBase< double >.

Definition at line 280 of file Tempus_UnitTest_Subcycling.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following file: