MeshBoundary1DCreateSimple

This function creates the boundary of a simple linear mesh for the mesh generator.

Synopsis

#include "mesh.h" 
int MeshBoundary1DCreateSimple(MPI_Comm comm, MeshGeometryContext *geomCtx, MeshBoundary2D *bdCtx)

Input Parameter

geomCtx -The problem geometry information

Output Parameters in bdCtx

numBd - The number of closed boundaries
numVertices - The number of vertices
vertices - The vertex coordinates
markers - The vertex markers
numSegments - The number of segments
segments - The segment endpoints
segMarkers - The segment markers
numHoles - The number of holes (particles)
holes - The hole coordinates

See Also

MeshBoundary1DCreate(), MeshBoundary1DDestroy()

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