MeshSetNumCorners

This function sets the number of nodes on each element. This may only be done before a mesh is generated.

Synopsis

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

Input Parameters

mesh - The mesh
numCorners - The number of nodes on each element

Keywords

Mesh, dimension

See Also

MatGetNumCorners()

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

Examples

src/mesh/examples/tutorials/unstructured_1d.c.html
src/mesh/examples/tutorials/unstructured_2d.c.html
src/gsolver/examples/tutorials/poisson.c.html
src/gsolver/examples/tutorials/poisson2.c.html
src/gsolver/examples/tutorials/control.c.html
src/gsolver/examples/tutorials/stokes.c.html