ISLocalToGlobalMappingCreate

Creates a mapping between a local (0 to n) ordering and a global parallel ordering.

Synopsis

#include "sys.h" 
#include "is.h"  
int ISLocalToGlobalMappingCreate(MPI_Comm cm,int n,const int indices[],ISLocalToGlobalMapping *mapping)
Not Collective

Input Parameters

comm - MPI communicator of size 1.
n - the number of local elements
indices - the global index for each local element

Output Parameter

mapping -new mapping data structure

Keywords

IS, local-to-global mapping, create

See Also

ISLocalToGlobalMappingDestroy(), ISLocalToGlobalMappingCreateIS()

Level:advanced
Location:src/vec/is/utils/isltog.c
Index Set
Table of Contents