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