MeshGetElementFromNode

This function retrieves a local element number from the local node number. Notice that this could be nondeterministic.

Synopsis

#include "mesh.h" 
int MeshGetElementFromNode(Mesh mesh, int node, int *elem)
Not collective

Input Parameters

mesh - The mesh
node - The number

Output Parameter

elem -The element

Keywords

mesh, node, element

See Also

MeshGetNodeFromElement()

Level:intermediate
Location:
src/mesh/interface/meshQuery.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages