OpenCMISS-Iron Internal API Documentation
types::domain_adjacent_domain_type Type Reference

Contains the information on an adjacent domain to a domain in a domain mapping. More...

Public Attributes

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...
 

Detailed Description

Contains the information on an adjacent domain to a domain in a domain mapping.

Definition at line 887 of file types.f90.

Member Data Documentation

integer(intg) types::domain_adjacent_domain_type::domain_number

The number of the domain that is adjacent to a domain in a mapping.

Definition at line 888 of file types.f90.

integer(intg), dimension(:), allocatable types::domain_adjacent_domain_type::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.

Definition at line 892 of file types.f90.

integer(intg), dimension(:), allocatable types::domain_adjacent_domain_type::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.

Definition at line 891 of file types.f90.

integer(intg) types::domain_adjacent_domain_type::number_of_receive_ghosts

The number of ghost locals in the current domain that are to be received from this domain.

Definition at line 890 of file types.f90.

integer(intg) types::domain_adjacent_domain_type::number_of_send_ghosts

The number of ghost locals in the current domain that are to be sent to this domain.

Definition at line 889 of file types.f90.