MeshSetBoundary
Store a boundary to use for mesh generation.
Synopsis
#include "mesh.h"
int MeshSetBoundary(Mesh mesh, MeshBoundary2D *bdCtx)
Not collective
Input Parameters
| mesh | - The mesh
|
| bdCtx | - The MeshBoundary
|
Keywords
mesh, boundary, refinement
See Also
MeshReform()
Level:intermediate
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