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#

Output Parameters#

  • pStart - The first point in the transformed mesh, or NULL if not needed

  • pEnd - One past the last point in the transformed mesh, or NULL if 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