Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(type_boundary_local_initial), | public, | allocatable | :: | boundary(:) | |||
character(len=:), | public, | allocatable | :: | field_name | |||
character(len=:), | public, | allocatable | :: | type | |||
real(kind=real64), | public | :: | value |
type :: type_initial_local character(:), allocatable :: type real(real64) :: value type(type_boundary_local_initial), allocatable :: boundary(:) character(:), allocatable :: field_name end type type_initial_local