ISLocalToGlobalMappingCreateIS
Creates a mapping between a local (0 to n) ordering and a global parallel ordering.
Synopsis
int ISLocalToGlobalMappingCreateIS(IS is,ISLocalToGlobalMapping *mapping)
Collective on IS
Input Parameter
is -index set containing the global numbers for each local
Output Parameter
mapping -new mapping data structure
Keywords
IS, local-to-global mapping, create
See Also
ISLocalToGlobalMappingDestroy(), ISLocalToGlobalMappingCreate()
Level:advanced
Location:src/is/utils/isltog.c
Index Set
Table of Contents