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, DM
, DMPLEX
, DMPolytopeType
, DMPlexGetCellTypeLabel()
, DMPlexGetDepthLabel()
, DMPlexGetDepth()
Level#
intermediate
Location#
Examples#
src/dm/impls/plex/tutorials/ex11.c
src/snes/tutorials/ex13.c
src/snes/tutorials/ex17.c
src/snes/tutorials/ex20.c
src/snes/tutorials/ex24.c
src/snes/tutorials/ex26.c
src/snes/tutorials/ex36.c
src/snes/tutorials/ex69.c
src/ts/tutorials/ex45.c
src/ts/tutorials/ex76.c
src/ts/tutorials/ex77.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages