MeshGetBoundarySize

Returns the number of nodes on the specified boundary.

Synopsis

#include "mesh.h" 
int MeshGetBoundarySize(Mesh mesh, int boundary, int *size)
Not collective

Input Parameters

mesh - The mesh
boundary - The boundary marker

Output Parameter

size -The number of nodes on the boundary

Keywords

mesh, boundary

See Also

MeshGetBoundaryStart()

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