A type to record information about connections between iglo points Store the iglo and iproc indices for connections to the left and right of a given point. Initialised to no connections, indicated by negative values
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | iproc_left | = | -1 | ||
integer, | public | :: | iglo_left | = | -1 | ||
integer, | public | :: | iproc_right | = | -1 | ||
integer, | public | :: | iglo_right | = | -1 | ||
logical, | public | :: | neighbor | = | .false. |
type :: connections_type
integer :: iproc_left = -1, iglo_left = -1
integer :: iproc_right = -1, iglo_right = -1
logical :: neighbor = .false.
end type connections_type