MeshDestroy
Destroys a mesh object.
Synopsis
#include "mesh.h"
int MeshDestroy(Mesh mesh)
Collective on Mesh
Input Parameter
mesh -The mesh
Keywords
mesh, destroy
See Also
MeshCreate()
Level:beginner
Location:src/mesh/interface/mesh.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