PartitionLocalToGlobalNodeIndex

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

Synopsis

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

Input Parameters

part - The partition
locNode - The canonical local node number

Output Parameter

node -The global node 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