Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
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_RK_Utils.hpp>

Inheritance diagram for Tempus_Unit_Test::StepperRKModifierTest:
Tempus::StepperRKModifierBase< double > Tempus::StepperRKAppAction< Scalar >

Public Member Functions

 StepperRKModifierTest ()
 Constructor.
 
virtual ~StepperRKModifierTest ()
 Destructor.
 
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.
 
- 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...
 

Detailed Description

Unit test class for RK Stepper Modifier AppAction.

Definition at line 269 of file Tempus_UnitTest_RK_Utils.hpp.

Constructor & Destructor Documentation

◆ StepperRKModifierTest()

Tempus_Unit_Test::StepperRKModifierTest::StepperRKModifierTest ( )
inline

Constructor.

Definition at line 275 of file Tempus_UnitTest_RK_Utils.hpp.

◆ ~StepperRKModifierTest()

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

Destructor.

Definition at line 290 of file Tempus_UnitTest_RK_Utils.hpp.

Member Function Documentation

◆ modify()

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 293 of file Tempus_UnitTest_RK_Utils.hpp.

Member Data Documentation

◆ testBEGIN_STEP

bool Tempus_Unit_Test::StepperRKModifierTest::testBEGIN_STEP

Definition at line 347 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testBEGIN_STAGE

bool Tempus_Unit_Test::StepperRKModifierTest::testBEGIN_STAGE

Definition at line 348 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testBEFORE_SOLVE

bool Tempus_Unit_Test::StepperRKModifierTest::testBEFORE_SOLVE

Definition at line 349 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testAFTER_SOLVE

bool Tempus_Unit_Test::StepperRKModifierTest::testAFTER_SOLVE

Definition at line 350 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testBEFORE_EXPLICIT_EVAL

bool Tempus_Unit_Test::StepperRKModifierTest::testBEFORE_EXPLICIT_EVAL

Definition at line 351 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testEND_STAGE

bool Tempus_Unit_Test::StepperRKModifierTest::testEND_STAGE

Definition at line 352 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testEND_STEP

bool Tempus_Unit_Test::StepperRKModifierTest::testEND_STEP

Definition at line 353 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testCurrentValue

double Tempus_Unit_Test::StepperRKModifierTest::testCurrentValue

Definition at line 354 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testWorkingValue

double Tempus_Unit_Test::StepperRKModifierTest::testWorkingValue

Definition at line 355 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testDt

double Tempus_Unit_Test::StepperRKModifierTest::testDt

Definition at line 356 of file Tempus_UnitTest_RK_Utils.hpp.

◆ testName

std::string Tempus_Unit_Test::StepperRKModifierTest::testName

Definition at line 357 of file Tempus_UnitTest_RK_Utils.hpp.


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