:orphan:
# 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
[](ch_unstructured), `DM`, `DMPLEX`, `DMPlexConstructGhostCells()`, `DMPlexGetGhostCellStratum()`
## Level
advanced
## Location
src/dm/impls/plex/plex.c
## Examples
src/ts/tutorials/ex11_sa.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plex.c)
[Index of all DMPlex routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)