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#
tr - The
DMPlexTransformcelltype - The
DMPolytopeTypeof the requested stratum
Output Parameters#
start - The first point of the stratum, or
NULLif not neededend - One past the last point of the stratum, or
NULLif 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