![]() |
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 |
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.
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