PartitionLocalToGlobalFaceIndex

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

Synopsis

#include "mesh.h" 
int PartitionLocalToGlobalFaceIndex(Partition part, int locFace, int *face)
Not collective

Input Parameters

part - The partition
locFace - The canonical local face number

Output Parameter

face -The global face number

Keywords

partition, local, global

See Also

PartitionGlobalToLocalNodeIndex(), 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