DMPlexGetSimplexOrBoxCells#

Get the range of cells which are neither prisms nor ghost FV cells

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetSimplexOrBoxCells(DM dm, PetscInt height, PetscInt *cStart, PetscInt *cEnd)

Input Parameters#

  • dm - The DMPLEX object

  • height - The cell height in the Plex, 0 is the default

Output Parameters#

  • cStart - The first “normal” cell

  • cEnd - The upper bound on “normal” cells

Note#

This function requires that tensor cells are ordered last.

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexConstructGhostCells(), DMPlexGetCellTypeStratum()

Level#

developer

Location#

src/dm/impls/plex/plex.c

Examples#

src/ts/tutorials/ex18.c
src/ts/tutorials/ex11_sa.c
src/ts/tutorials/ex11.c
src/ts/tutorials/ex76.c


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