|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
Convergence and scaling settings for KINSOL. More...
#include <Differential_equations.h>
Public Attributes | |
| double | ftol = 1e-10 |
| double | stol = 1e-10 |
| int | max_iter = 200 |
| bool | use_analytical_jac = false |
| KINSOLStrategy | strategy = KINSOLStrategy::LineSearch |
| double | maa = 0 |
| double | damping = 1.0 |
| Eigen::VectorXd | x_scale |
| Eigen::VectorXd | f_scale |
Convergence and scaling settings for KINSOL.
| double KINSOLConfig::damping = 1.0 |
Referenced by findEquilibriumRobust(), and kinsolSolve().
| Eigen::VectorXd KINSOLConfig::f_scale |
Referenced by kinsolSolve(), and withAutoScaling().
| double KINSOLConfig::ftol = 1e-10 |
Referenced by findEquilibriumRobust(), and kinsolSolve().
| double KINSOLConfig::maa = 0 |
Referenced by kinsolSolve().
| int KINSOLConfig::max_iter = 200 |
Referenced by findEquilibriumRobust(), and kinsolSolve().
| double KINSOLConfig::stol = 1e-10 |
Referenced by findEquilibriumRobust(), and kinsolSolve().
| KINSOLStrategy KINSOLConfig::strategy = KINSOLStrategy::LineSearch |
Referenced by findEquilibriumRobust(), and kinsolSolve().
| bool KINSOLConfig::use_analytical_jac = false |
Referenced by kinsolSolve().
| Eigen::VectorXd KINSOLConfig::x_scale |
Referenced by kinsolSolve(), and withAutoScaling().