#include "mesh.h" int MeshBoundary2DCreateSimple(MPI_Comm comm, MeshGeometryContext *geomCtx, MeshBoundary2D *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 |
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