Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | is_uniform | ||||
character(len=:), | public, | allocatable | :: | type | |||
real(kind=real64), | public, | allocatable | :: | values(:) |
type :: type_boundary_local character(:), allocatable :: type logical :: is_uniform real(real64), allocatable :: values(:) end type type_boundary_local