Public Member Functions | Public Attributes | List of all members
ODESolver::stepState Class Reference

Public Member Functions

 stepState (const scalar dx)
 

Public Attributes

const bool forward
 
scalar dxTry
 
scalar dxDid
 
bool first
 
bool last
 
bool reject
 
bool prevReject
 

Detailed Description

Definition at line 100 of file ODESolver.H.

Constructor & Destructor Documentation

◆ stepState()

stepState ( const scalar  dx)
inline

Definition at line 112 of file ODESolver.H.

References ODESolver::absTol(), ODESolver::declareRunTimeSelectionTable(), dict, ODESolver::New(), ODESolver::ODESolver(), and ODESolver::relTol().

Here is the call graph for this function:

Member Data Documentation

◆ forward

const bool forward

Definition at line 104 of file ODESolver.H.

Referenced by seulex::solve().

◆ dxTry

scalar dxTry

Definition at line 105 of file ODESolver.H.

Referenced by seulex::solve(), ODESolver::solve(), and ODESolver::~ODESolver().

◆ dxDid

scalar dxDid

Definition at line 106 of file ODESolver.H.

Referenced by seulex::solve(), and ODESolver::solve().

◆ first

bool first

Definition at line 107 of file ODESolver.H.

Referenced by seulex::solve(), and ODESolver::solve().

◆ last

bool last

Definition at line 108 of file ODESolver.H.

Referenced by seulex::solve(), and ODESolver::solve().

◆ reject

bool reject

Definition at line 109 of file ODESolver.H.

Referenced by seulex::solve(), and ODESolver::solve().

◆ prevReject

bool prevReject

Definition at line 110 of file ODESolver.H.

Referenced by seulex::solve(), and ODESolver::solve().


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