PartitionGhostToGlobalNodeIndex

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

Synopsis

#include "mesh.h" 
int PartitionGhostToGlobalNodeIndex(Partition part, int ghostNode, int *node, int *ghostProc)
Not collective

Input Parameters

part - The partition
ghostNode - The canonical ghost node number (0..numGhosts)

Output Parameters

node - The global node number
ghostProc - The processor on which the node resides

Keywords

partition, ghost, global

See Also

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