DMPlexTransformGetCellType#
Return the cell type for a point in the transformed mesh
Synopsis#
#include "petscdmplextransform.h"
PetscErrorCode DMPlexTransformGetCellType(DMPlexTransform tr, PetscInt cell, DMPolytopeType *celltype)
Not Collective
Input Parameters#
tr - The
DMPlexTransformcell - The point number in the transformed mesh
Output Parameter#
celltype - The
DMPolytopeTypeof the point
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPolytopeType, DMPlexTransformGetChart(), 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