programmer's documentation
Data Fields
cs_param_itsol_t Struct Reference

Structure storing all metadata related to the resolution of a linear system with an iterative solver. More...

#include <cs_param.h>

Collaboration diagram for cs_param_itsol_t:
Collaboration graph

Data Fields

cs_param_precond_type_t precond
 
cs_param_itsol_type_t solver
 
int n_max_iter
 
double eps
 
bool resid_normalized
 

Detailed Description

Structure storing all metadata related to the resolution of a linear system with an iterative solver.

Field Documentation

◆ eps

double eps

stopping criterion on accuracy

◆ n_max_iter

int n_max_iter

max. number of iterations

◆ precond

type of preconditioner

◆ resid_normalized

resid_normalized

normalized or not the norm of the residual used for the stopping criterion

◆ solver

type of solver


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