DMPlexGetCellType#
Get the polytope type of a given cell
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexGetCellType(DM dm, PetscInt cell, DMPolytopeType *celltype)
Not Collective
Input Parameters#
dm - The
DMPLEX
objectcell - The cell
Output Parameter#
celltype - The polytope type of the cell
See Also#
DMPlex: Unstructured Grids in PETSc, DM
, DMPLEX
, DMPlexGetCellTypeLabel()
, DMPlexGetDepthLabel()
, DMPlexGetDepth()
Level#
intermediate
Location#
Examples#
src/dm/impls/plex/tutorials/ex11.c.html
src/snes/tutorials/ex13.c.html
src/snes/tutorials/ex17.c.html
src/snes/tutorials/ex20.c.html
src/snes/tutorials/ex24.c.html
src/snes/tutorials/ex26.c.html
src/snes/tutorials/ex36.c.html
src/snes/tutorials/ex69.c.html
src/ts/tutorials/ex45.c.html
src/ts/tutorials/ex76.c.html
src/ts/tutorials/ex77.c.html
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages