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

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
 

Detailed Description

Tolerance and step-size settings for CVODE integration.

Member Data Documentation

◆ atol

double CVODEConfig::atol = 1e-10

Referenced by integrate().

◆ dt_max

double CVODEConfig::dt_max = 1e-3

Referenced by integrate().

◆ rtol

double CVODEConfig::rtol = 1e-8

Referenced by integrate().

◆ use_analytical_jac

bool CVODEConfig::use_analytical_jac = false

Referenced by integrate().


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