|
programmer's documentation
|
Structure storing all metadata related to the resolution of a linear system with an iterative solver. More...
#include <cs_param.h>

Data Fields | |
| cs_param_precond_type_t | precond |
| cs_param_itsol_type_t | solver |
| cs_param_amg_type_t | amg_type |
| int | n_max_iter |
| double | eps |
| bool | resid_normalized |
Structure storing all metadata related to the resolution of a linear system with an iterative solver.
| cs_param_amg_type_t amg_type |
type of AMG algorithm if needed
| double eps |
stopping criterion on accuracy
| int n_max_iter |
max. number of iterations
| cs_param_precond_type_t precond |
type of preconditioner
| resid_normalized |
normalized or not the norm of the residual used for the stopping criterion
| cs_param_itsol_type_t solver |
type of solver
1.8.13