Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | absolute_tolerance | ||||
character(len=:), | public, | allocatable | :: | criteria | |||
character(len=:), | public, | allocatable | :: | logic | |||
real(kind=real64), | public | :: | relative_tolerance |
type :: type_convergence_criteria character(:), allocatable :: criteria character(:), allocatable :: logic real(real64) :: absolute_tolerance real(real64) :: relative_tolerance end type type_convergence_criteria