Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(type_convergence), | public | :: | convergence | ||||
integer(kind=int32), | public | :: | max_iterations | ||||
character(len=:), | public, | allocatable | :: | method | |||
integer(kind=int32), | public | :: | update_frequency |
type :: type_nonlinear_solver character(:), allocatable :: method integer(int32) :: update_frequency integer(int32) :: max_iterations type(type_convergence) :: convergence end type type_nonlinear_solver