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