DMPlexTransformGetDepthStratum#

Return the point range for a given depth in the transformed mesh

Synopsis#

#include "petscdmplextransform.h" 
PetscErrorCode DMPlexTransformGetDepthStratum(DMPlexTransform tr, PetscInt depth, PetscInt *start, PetscInt *end)

Not Collective

Input Parameters#

  • tr - The DMPlexTransform

  • depth - The requested depth in the transformed mesh

Output Parameters#

  • start - The first point at the given depth, or NULL if not needed

  • end - One past the last point at the given depth, or NULL if not needed

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexTransformGetDepth(), 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