VERB_code_2.3
|
GMRES parameters structure. More...
#include <Parameters.h>
Public Attributes | |
int | SOL_maxiter |
Maximum number of steps, for iteration methods. | |
int | SOL_i_max |
For GMRES - number of iterations before restart. | |
double | SOL_max_iter_err |
maximum error, for iteration methods | |
string | preconditioner_type |
Type of preconditioner to use. | |
bool | use_normalization |
To normalize (or not) matrix A from Ax=B system. | |
GMRES parameters structure.
Definition at line 223 of file Parameters.h.