Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public | :: | max_iterations | ||||
integer(kind=int32), | public | :: | preconditioner_type | ||||
integer(kind=int32), | public | :: | solver_type | ||||
real(kind=real64), | public | :: | tolerance |
type :: type_linear_solver_iterative integer(int32) :: solver_type integer(int32) :: preconditioner_type integer(int32) :: max_iterations real(real64) :: tolerance end type type_linear_solver_iterative