DMPlexTransformGetChart#
Get the chart [pStart, pEnd) for the points produced by the transform
Synopsis#
#include "petscdmplextransform.h"
PetscErrorCode DMPlexTransformGetChart(DMPlexTransform tr, PetscInt *pStart, PetscInt *pEnd)
Not Collective
Input Parameter#
tr - The
DMPlexTransform
Output Parameters#
pStart - The first point in the transformed mesh, or
NULLif not neededpEnd - One past the last point in the transformed mesh, or
NULLif not needed
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexTransformApply(), DMPlexTransformGetCellType(), DMPlexTransformGetCellTypeStratum()
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