#include <integschemesctes.h>
Public Types | |
enum | ISCType |
Types of integration schemes. | |
Public Member Functions | |
IntegSchemesCtes () | |
IntegSchemesCtes & | Type (String const &Type) |
IntegSchemesCtes & | Type (ISCType Type) |
IntegSchemesCtes & | FE_ndiv (int ndiv) |
IntegSchemesCtes & | ME_maxSS (int maxSS) |
IntegSchemesCtes & | ME_STOL (REAL STOL) |
IntegSchemesCtes & | ME_dTini (REAL dTini) |
IntegSchemesCtes & | ME_mMin (REAL mMin) |
IntegSchemesCtes & | ME_mMax (REAL mMax) |
IntegSchemesCtes & | EdMax (REAL EdMax) |
ISCType const & | Type () const |
int const & | FE_ndiv () const |
int const & | ME_maxSS () const |
REAL const & | ME_STOL () const |
REAL const & | ME_dTini () const |
REAL const & | ME_mMin () const |
REAL const & | ME_mMax () const |
REAL const & | EdMax () const |
Private Attributes | |
ISCType | _type |
int | _FE_ndiv |
Type of integration scheme. | |
int | _ME_maxSS |
Forward-Euler: number of subdivisions. | |
REAL | _ME_STOL |
Modified-Euler: max number of substeps. | |
REAL | _ME_dTini |
Modified-Euler: local error tolerance for substeps control. | |
REAL | _ME_mMin |
Modified-Euler: initial dT. | |
REAL | _ME_mMax |
Modified-Euler: max m value (multiplier for the next substep). | |
REAL | _Ed_max |
Modified-Euler: min m value ( idem ). |
Definition at line 37 of file integschemesctes.h.