DMPlexTransformGetCellTypeStratum#

Return the point range for a given cell type in the transformed mesh

Synopsis#

#include "petscdmplextransform.h" 
PetscErrorCode DMPlexTransformGetCellTypeStratum(DMPlexTransform tr, DMPolytopeType celltype, PetscInt *start, PetscInt *end)

Not Collective

Input Parameters#

Output Parameters#

  • start - The first point of the stratum, or NULL if not needed

  • end - One past the last point of the stratum, or NULL if not needed

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPolytopeType, DMPlexTransformGetCellType(), DMPlexTransformGetChart(), DMPlexGetDepthStratum()

Level#

developer

Location#

src/dm/impls/plex/transform/interface/plextransform.c


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