Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Tempus_Unit_Test::StepperRKModifierTest Class Reference

Unit test class for RK Stepper Modifier AppAction. More...

#include <Tempus_UnitTest_Utils.hpp>

Inheritance diagram for Tempus_Unit_Test::StepperRKModifierTest:
Inheritance graph
[legend]

Public Member Functions

 StepperRKModifierTest ()
 Constructor. More...
 
virtual ~StepperRKModifierTest ()
 Destructor. More...
 
virtual void modify (Teuchos::RCP< Tempus::SolutionHistory< double > > sh, Teuchos::RCP< Tempus::StepperRKBase< double > > stepper, const typename Tempus::StepperRKAppAction< double >::ACTION_LOCATION actLoc)
 Modify 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...
 

Detailed Description

Unit test class for RK Stepper Modifier AppAction.

Definition at line 303 of file Tempus_UnitTest_Utils.hpp.

Constructor & Destructor Documentation

Tempus_Unit_Test::StepperRKModifierTest::StepperRKModifierTest ( )
inline

Constructor.

Definition at line 309 of file Tempus_UnitTest_Utils.hpp.

virtual Tempus_Unit_Test::StepperRKModifierTest::~StepperRKModifierTest ( )
inlinevirtual

Destructor.

Definition at line 324 of file Tempus_UnitTest_Utils.hpp.

Member Function Documentation

virtual void Tempus_Unit_Test::StepperRKModifierTest::modify ( Teuchos::RCP< Tempus::SolutionHistory< double > >  sh,
Teuchos::RCP< Tempus::StepperRKBase< double > >  stepper,
const typename Tempus::StepperRKAppAction< double >::ACTION_LOCATION  actLoc 
)
inlinevirtual

Modify RK Stepper at action location.

Implements Tempus::StepperRKModifierBase< double >.

Definition at line 327 of file Tempus_UnitTest_Utils.hpp.

Member Data Documentation

bool Tempus_Unit_Test::StepperRKModifierTest::testBEGIN_STEP

Definition at line 381 of file Tempus_UnitTest_Utils.hpp.

bool Tempus_Unit_Test::StepperRKModifierTest::testBEGIN_STAGE

Definition at line 382 of file Tempus_UnitTest_Utils.hpp.

bool Tempus_Unit_Test::StepperRKModifierTest::testBEFORE_SOLVE

Definition at line 383 of file Tempus_UnitTest_Utils.hpp.

bool Tempus_Unit_Test::StepperRKModifierTest::testAFTER_SOLVE

Definition at line 384 of file Tempus_UnitTest_Utils.hpp.

bool Tempus_Unit_Test::StepperRKModifierTest::testBEFORE_EXPLICIT_EVAL

Definition at line 385 of file Tempus_UnitTest_Utils.hpp.

bool Tempus_Unit_Test::StepperRKModifierTest::testEND_STAGE

Definition at line 386 of file Tempus_UnitTest_Utils.hpp.

bool Tempus_Unit_Test::StepperRKModifierTest::testEND_STEP

Definition at line 387 of file Tempus_UnitTest_Utils.hpp.

double Tempus_Unit_Test::StepperRKModifierTest::testCurrentValue

Definition at line 388 of file Tempus_UnitTest_Utils.hpp.

double Tempus_Unit_Test::StepperRKModifierTest::testWorkingValue

Definition at line 389 of file Tempus_UnitTest_Utils.hpp.

double Tempus_Unit_Test::StepperRKModifierTest::testDt

Definition at line 390 of file Tempus_UnitTest_Utils.hpp.

std::string Tempus_Unit_Test::StepperRKModifierTest::testName

Definition at line 391 of file Tempus_UnitTest_Utils.hpp.


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