petsc-3.8.4 2018-03-24
DMPlexMarkBoundaryFaces
Mark all faces on the boundary
Synopsis
#include "petscdmplex.h"
#include "petscdmlabel.h"
PetscErrorCode DMPlexMarkBoundaryFaces(DM dm, DMLabel label)
Not Collective
Input Parameter
| dm | - The original DM
|
Output Parameter
| label | - The DMLabel marking boundary faces with value 1
|
See Also
DMLabelCreate(), DMCreateLabel()
Level:developer
Location:src/dm/impls/plex/plexsubmesh.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/dm/impls/plex/examples/tutorials/ex2.c.html
src/snes/examples/tutorials/ex12.c.html
src/snes/examples/tutorials/ex56.c.html
src/snes/examples/tutorials/ex77.c.html