8.0
general documentation
cs_param_sles_cvg_t Struct Reference

Set of parameters to check the convergence (or the divergence) of an iterative process (tolerances or max. number of iterations) More...

#include <cs_param_sles.h>

+ Collaboration diagram for cs_param_sles_cvg_t:

Data Fields

double atol
 
double rtol
 
double dtol
 
int n_max_iter
 

Detailed Description

Set of parameters to check the convergence (or the divergence) of an iterative process (tolerances or max. number of iterations)

Field Documentation

◆ atol

atol

Absolute tolerance under which the iterative process is stopped

◆ dtol

dtol

Tolerance above which the iterative process is stated as "diverged". Not used if < 0

◆ n_max_iter

n_max_iter

Maximal number of iterations before stopping the iterative process

◆ rtol

rtol

Relative tolerance under which the iterative process is stopped


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