MeshGetNodeBoundary

Returns the boundary on which the node lies, or 0 for interior nodes.

Synopsis

#include "mesh.h" 
int MeshGetNodeBoundary(Mesh mesh, int node, int *bd)
Not collective

Input Parameters

mesh - The mesh
node - The node

Output Parameter

bd -The boundary

Keywords

mesh, boundary, node

See Also

MeshGetBoundarySize()

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