gmres_sp_opts Derived Type

type, public, extends(abstract_opts) :: gmres_sp_opts

GMRES options.


Components

Type Visibility Attributes Name Initial
integer, public :: kdim = 30

Dimension of the Krylov subspace (default: 30).

integer, public :: maxiter = 10

Maximum number of gmres restarts (default: 10).