GMRES options.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | if_print_metadata | = | .false. |
Print iteration metadata on exit (default: .false.). |
|
integer, | public | :: | kdim | = | 30 |
Dimension of the Krylov subspace (default: 30). |
|
integer, | public | :: | maxiter | = | 10 |
Maximum number of |
|
logical, | public | :: | sanity_check | = | .true. |
Performs extra matrix-vector product for sanity check. |