svMultiPhysics
|
Time integration scheme and related parameters. More...
#include <CepMod.h>
Public Attributes | |
TimeIntegratioType | tIntType = TimeIntegratioType::NA |
Time integration method type. More... | |
int | maxItr = 5 |
Max. iterations for Newton-Raphson method. More... | |
double | absTol = 1.E-8 |
Absolute tolerance. More... | |
double | relTol = 1.E-4 |
Relative tolerance. More... | |
Time integration scheme and related parameters.
double odeType::absTol = 1.E-8 |
Absolute tolerance.
int odeType::maxItr = 5 |
Max. iterations for Newton-Raphson method.
double odeType::relTol = 1.E-4 |
Relative tolerance.
TimeIntegratioType odeType::tIntType = TimeIntegratioType::NA |
Time integration method type.