VERB_code_2.2
2
|
#include <Parameters.h>
Public Attributes | |
int | SOL_maxiter |
Maximum number of steps, for iteration methods. More... | |
int | SOL_i_max |
For GMRES - number of iterations before restart. More... | |
double | SOL_max_iter_err |
maximum error, for iteration methods More... | |
string | preconditioner_type |
Type of preconditioner to yse. More... | |
bool | use_normalization |
To normalize (or not) matrix A from Ax=B system. More... | |
Definition at line 210 of file Parameters.h.
int Parameters_structure::PSD::GMRES_parameters_structure::SOL_maxiter |
Maximum number of steps, for iteration methods.
Definition at line 212 of file Parameters.h.
int Parameters_structure::PSD::GMRES_parameters_structure::SOL_i_max |
For GMRES - number of iterations before restart.
Definition at line 213 of file Parameters.h.
double Parameters_structure::PSD::GMRES_parameters_structure::SOL_max_iter_err |
maximum error, for iteration methods
Definition at line 214 of file Parameters.h.
string Parameters_structure::PSD::GMRES_parameters_structure::preconditioner_type |
Type of preconditioner to yse.
Definition at line 215 of file Parameters.h.
bool Parameters_structure::PSD::GMRES_parameters_structure::use_normalization |
To normalize (or not) matrix A from Ax=B system.
Definition at line 216 of file Parameters.h.