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#

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#

src/dm/impls/plex/plex.c

Examples#

src/ts/tutorials/ex11_sa.c


Edit on GitLab

Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages