MeshGetMaxDegree

This function returns the maximum degree of any node in the mesh.

Synopsis

#include "mesh.h" 
int MeshGetMaxDegree(Mesh mesh, int *maxDegree)
Not collective

Input Parameter

mesh -The mesh

Output Parameter

maxDegree -The maximum degree of any node

Keywords

Mesh, degree

See Also

MeshSetFromOptions()

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