7.2
general documentation
cs_iter_algo_param_t Struct Reference

#include <cs_iter_algo.h>

+ Collaboration diagram for cs_iter_algo_param_t:

Data Fields

Generic parameters
int verbosity
 
Stoppping criteria

Set of tolerances to drive the convergence of the iterative algorithm or max. number of iterations

int n_max_algo_iter
 
double atol
 
double rtol
 
double dtol
 

Field Documentation

◆ atol

atol

Absolute tolerance

◆ dtol

dtol

Tolerance to detect a divergence of the algorithm. Not used if < 0

◆ n_max_algo_iter

n_max_algo_iter

Maximal number of iterations for the algorithm

◆ rtol

rtol

Relative tolerance

◆ verbosity

verbosity

Level of printed information


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