MeshBoundary2DDestroy

This function frees the memory associated with the boundary of the initial mesh.

Synopsis

#include "mesh.h" 
int MeshBoundary2DDestroy(MPI_Comm comm, MeshBoundary2D *bdCtx)

Input Parameters in bdCtx

vertices - The vertex coordinates
markers - The vertex markers
segments - The segment endpoints
segMarkers - The segment markers
holes - The hole coordinates

See Also

MeshBoundary2DCreateSimple, MeshBoundary2DCreate

Keywords

mesh, boundary

Level:beginner
Location:
src/mesh/interface/meshBoundary.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages

Examples

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