PartitionGlobalToLocalFaceIndex

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

Synopsis

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

Input Parameters

part - The partition
face - The canonical global face number

Output Parameter

locFace -The local face number

Keywords

partition, local, global

See Also

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