| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(type_convergence), | public | :: | convergence | ||||
| integer(kind=int32), | public | :: | max_iterations | ||||
| integer(kind=int32), | public | :: | update_frequency |
type, private :: type_iterator_config integer(int32) :: max_iterations integer(int32) :: update_frequency type(type_convergence) :: convergence end type type_iterator_config