Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(type_convergence_criteria), | public | :: | residual | ||||
type(type_convergence_criteria), | public | :: | update | ||||
character(len=:), | public, | allocatable | :: | use_criteria | |||
character(len=:), | public, | allocatable | :: | use_logic |
type :: type_convergence character(:), allocatable :: use_criteria character(:), allocatable :: use_logic type(type_convergence_criteria) :: residual type(type_convergence_criteria) :: update end type type_convergence