PartitionGlobalToGhostNodeIndex

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

Synopsis

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

Input Parameters

part - The partition
node - The canonical global node number

Output Parameters

ghostNode - The ghost node number (0..numGhosts)
ghostProc - The processor on which the node resides

Keywords

partition, ghost, global

See Also

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