MeshGetNumCorners

This function returns the number of nodes on each element.

Synopsis

#include "mesh.h" 
int MeshGetNumCorners(Mesh mesh, int *numCorners)
Not collective

Input Parameter

mesh -The mesh

Output Parameter

numCorners -The number of nodes on an element

Keywords

mesh, corner

See Also

MatGetInfo()

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