MeshGetNearestBdNode

This function returns the boundary node nearest to the given point, or -1 if the closest node is not contained in the local mesh.

Synopsis

#include "mesh.h" 
int MeshGetNearestBdNode(Mesh mesh, double x, double y, double z, int *node)
Not collective

Input Parameters

mesh - The mesh
x,y,z - The node coordinates

Output Parameter

node -The nearest boundary node

Keywords

mesh, node, point location

See Also

MeshGetNearestNode(), MeshLocatePoint()

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