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
DMPlexTransformdepth - The requested depth in the transformed mesh
Output Parameters#
start - The first point at the given depth, or
NULLif not neededend - One past the last point at the given depth, or
NULLif 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