Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | boundary_time_points(:) | |||
type(type_time_control_simulation_period), | public | :: | simulation_period | ||||
type(type_time_control_time_stepping), | public | :: | time_stepping |
type :: type_time_control type(type_time_control_simulation_period) :: simulation_period type(type_time_control_time_stepping) :: time_stepping real(real64), allocatable :: boundary_time_points(:) end type type_time_control