PartitionLocalToGlobalElementIndex

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

Synopsis

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

Input Parameters

part - The partition
locElem - The canonical local element number

Output Parameter

elem -The global element number

Keywords

partition, local, global

See Also

PartitionGlobalToLocalElementIndex()

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