DMPlexGetGhostCellStratum#
Get the range of cells which are used to enforce FV boundary conditions
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexGetGhostCellStratum(DM dm, PetscInt *gcStart, PetscInt *gcEnd)
Input Parameter#
dm - The
DMPLEX
object
Output Parameters#
gcStart - The first ghost cell, or
NULL
gcEnd - The upper bound on ghost cells, or
NULL
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMPlexConstructGhostCells()
, DMPlexGetGhostCellStratum()
Level#
advanced
Location#
Examples#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages