Public Member Functions | |
stepState (const scalar dx) | |
Public Attributes | |
const bool | forward |
scalar | dxTry |
scalar | dxDid |
bool | first |
bool | last |
bool | reject |
bool | prevReject |
Definition at line 106 of file ODESolver.H.
|
inline |
Definition at line 118 of file ODESolver.H.
const bool forward |
Definition at line 110 of file ODESolver.H.
Referenced by seulex::solve().
scalar dxTry |
Definition at line 111 of file ODESolver.H.
Referenced by ODESolver::solve(), and seulex::solve().
scalar dxDid |
Definition at line 112 of file ODESolver.H.
Referenced by ODESolver::solve(), and seulex::solve().
bool first |
Definition at line 113 of file ODESolver.H.
Referenced by LList< LListBase, T >::first(), UILList< LListBase, T >::first(), ODESolver::solve(), and seulex::solve().
bool last |
Definition at line 114 of file ODESolver.H.
Referenced by LList< LListBase, T >::last(), UILList< LListBase, T >::last(), ODESolver::solve(), and seulex::solve().
bool reject |
Definition at line 115 of file ODESolver.H.
Referenced by ODESolver::solve(), and seulex::solve().
bool prevReject |
Definition at line 116 of file ODESolver.H.
Referenced by ODESolver::solve(), and seulex::solve().