Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | initial_step | ||||
real(kind=real64), | public | :: | max_step | ||||
real(kind=real64), | public | :: | min_step | ||||
character(len=:), | public, | allocatable | :: | unit |
type :: type_time_control_time_stepping character(:), allocatable :: unit real(real64) :: initial_step real(real64) :: min_step real(real64) :: max_step end type type_time_control_time_stepping