Contains the information on an adjacent domain to a domain in a domain mapping.
More...
|
integer(intg) | domain_number |
| The number of the domain that is adjacent to a domain in a mapping. More...
|
|
integer(intg) | number_of_send_ghosts |
| The number of ghost locals in the current domain that are to be sent to this domain. More...
|
|
integer(intg) | number_of_receive_ghosts |
| The number of ghost locals in the current domain that are to be received from this domain. More...
|
|
integer(intg), dimension(:), allocatable | local_ghost_send_indices |
| LOCAL_GHOST_SEND_INDICES(i). The local numbers of the ghosts in the current domain that are to be sent to this domain. More...
|
|
integer(intg), dimension(:), allocatable | local_ghost_receive_indices |
| LOCAL_GHOST_RECEIVE_INDICES(i). The local numbers of the ghosts in the current domain that are to be received from this domain. More...
|
|
Contains the information on an adjacent domain to a domain in a domain mapping.
Definition at line 887 of file types.f90.