petsc-3.14.6 2021-03-30
DMPlexLabelAddCells
Starting with a label marking points on a surface, we add a cell for each point
Synopsis
#include "petscdmplex.h"
#include "petscdmlabel.h"
PetscErrorCode DMPlexLabelAddCells(DM dm, DMLabel label)
Input Parameters
| dm | - The DM
|
| label | - A DMLabel marking the surface points
|
Output Parameter
| label | - A DMLabel incorporating cells
|
Note: The cells allow FEM boundary conditions to be applied using the cell geometry
See Also
DMPlexLabelAddFaceCells(), DMPlexLabelComplete(), DMPlexLabelCohesiveComplete()
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