Contains the local information for a global mapping number for a domain mapping.
More...
|
integer(intg) | number_of_domains |
| The number of domains that the global number is mapped to a local number in. More...
|
|
integer(intg), dimension(:), allocatable | local_number |
| LOCAL_NUMBER(domain_idx). The mapped local number for the domain_idx'th domain for the global number. More...
|
|
integer(intg), dimension(:), allocatable | domain_number |
| DOMAIN_NUMBER(domain_idx). The domain number for the domain_idx'th domain for which the global number is mapped to a local number. More...
|
|
integer(intg), dimension(:), allocatable | local_type |
| LOCAL_TYPE(domain_idx). The type of local for the domain_idx'th domain for which the global number is mapped to a local number. The types depend on whether the mapped local number in the domain_idx'th domain is an internal, boundary or ghost local number. More...
|
|
Contains the local information for a global mapping number for a domain mapping.
Definition at line 896 of file types.f90.
integer(intg), dimension(:), allocatable types::domain_global_mapping_type::domain_number |
DOMAIN_NUMBER(domain_idx). The domain number for the domain_idx'th domain for which the global number is mapped to a local number.
Definition at line 899 of file types.f90.
integer(intg), dimension(:), allocatable types::domain_global_mapping_type::local_number |
LOCAL_NUMBER(domain_idx). The mapped local number for the domain_idx'th domain for the global number.
Definition at line 898 of file types.f90.
integer(intg), dimension(:), allocatable types::domain_global_mapping_type::local_type |
LOCAL_TYPE(domain_idx). The type of local for the domain_idx'th domain for which the global number is mapped to a local number. The types depend on whether the mapped local number in the domain_idx'th domain is an internal, boundary or ghost local number.
- See also
- DOMAIN_MAPPINGS::DomainType
Definition at line 900 of file types.f90.
integer(intg) types::domain_global_mapping_type::number_of_domains |
The number of domains that the global number is mapped to a local number in.
Definition at line 897 of file types.f90.