|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
Tolerance and step-size settings for CVODE integration. More...
#include <Differential_equations.h>
Public Attributes | |
| double | rtol = 1e-8 |
| double | atol = 1e-10 |
| double | dt_max = 1e-3 |
| bool | use_analytical_jac = false |
Tolerance and step-size settings for CVODE integration.
| double CVODEConfig::atol = 1e-10 |
Referenced by integrate().
| double CVODEConfig::dt_max = 1e-3 |
Referenced by integrate().
| double CVODEConfig::rtol = 1e-8 |
Referenced by integrate().
| bool CVODEConfig::use_analytical_jac = false |
Referenced by integrate().