Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
Loading...
Searching...
No Matches
KINSOLConfig Struct Reference

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
 

Detailed Description

Convergence and scaling settings for KINSOL.

Member Data Documentation

◆ damping

double KINSOLConfig::damping = 1.0

◆ f_scale

Eigen::VectorXd KINSOLConfig::f_scale

Referenced by kinsolSolve(), and withAutoScaling().

◆ ftol

double KINSOLConfig::ftol = 1e-10

◆ maa

double KINSOLConfig::maa = 0

Referenced by kinsolSolve().

◆ max_iter

int KINSOLConfig::max_iter = 200

◆ stol

double KINSOLConfig::stol = 1e-10

◆ strategy

◆ use_analytical_jac

bool KINSOLConfig::use_analytical_jac = false

Referenced by kinsolSolve().

◆ x_scale

Eigen::VectorXd KINSOLConfig::x_scale

Referenced by kinsolSolve(), and withAutoScaling().


The documentation for this struct was generated from the following file: