PartitionGlobalToLocalElementIndex

Returns the local element number corresponding to the global element number.

Synopsis

#include "mesh.h" 
int PartitionGlobalToLocalElementIndex(Partition part, int elem, int *locElem)
Not collective

Input Parameters

part - The partition
elem - The canonical global element number

Output Parameter

locElem -The local element number

Keywords

partition, local, global

See Also

PartitionLocalToGlobalElementIndex()

Level:intermediate
Location:
src/mesh/interface/partQuery.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages