PartitionGlobalToLocalNodeIndex

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

Synopsis

#include "mesh.h" 
int PartitionGlobalToLocalNodeIndex(Partition part, int node, int *locNode)
Not collective

Input Parameters

part - The partition
node - The canonical global node number

Output Parameter

locNode -The local node number

Keywords

partition, local, global

See Also

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