Loading...
Searching...
No Matches
ODESolver::stepState Class Reference

#include <ODESolver.H>

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 121 of file ODESolver.H.

Constructor & Destructor Documentation

◆ stepState()

stepState ( const scalar dx)
inline

Definition at line 133 of file ODESolver.H.

References dxDid, dxTry, first, forward, last, prevReject, and reject.

Member Data Documentation

◆ forward

const bool forward

Definition at line 125 of file ODESolver.H.

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

◆ dxTry

scalar dxTry

◆ dxDid

scalar dxDid

Definition at line 127 of file ODESolver.H.

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

◆ first

bool first

Definition at line 128 of file ODESolver.H.

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

◆ last

bool last

Definition at line 129 of file ODESolver.H.

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

◆ reject

bool reject

Definition at line 130 of file ODESolver.H.

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

◆ prevReject

bool prevReject

Definition at line 131 of file ODESolver.H.

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


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