MeshNodeIsVertex

This function determines whether or not a node is a vertex.

Synopsis

#include "mesh.h" 
int MeshNodeIsVertex(Mesh mesh, int node, PetscTruth *isVertex)
Not collective

Input Parameters

mesh - The mesh
node - The node

Output Parameter

isVertex -The flag for a vertex

Note

Vertices are nodes which are connected to edges.

Keywords

mesh, node, vertex

See Also

MeshGetNodeCoords()

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