Set of parameters to check the convergence (or the divergence) of an iterative process (tolerances or max. number of iterations) More...
#include <cs_param_types.h>
 Collaboration diagram for cs_param_convergence_t:
 Collaboration diagram for cs_param_convergence_t:| Data Fields | |
| double | atol | 
| double | rtol | 
| double | dtol | 
| int | n_max_iter | 
Set of parameters to check the convergence (or the divergence) of an iterative process (tolerances or max. number of iterations)
| atol | 
Absolute tolerance under which the iterative process is stopped
| dtol | 
Tolerance above which the iterative process is stated as "diverged". Not used if < 0
| n_max_iter | 
Maximal number of iterations before stopping the iterative process
| rtol | 
Relative tolerance under which the iterative process is stopped