PETSc version 3.15.5
DMPlexGetCellType
Get the polytope type of a given cell 
Synopsis
#include "petscdmplex.h"   
PetscErrorCode DMPlexGetCellType(DM dm, PetscInt cell, DMPolytopeType *celltype)
Not Collective
Input Parameter
|  | dm | - The DMPlex object | 
|  | cell | - The cell | 
Output Parameter
|  | celltype | - The polytope type of the cell | 
See Also
 DMPlexGetCellTypeLabel(), DMPlexGetDepthLabel(), DMPlexGetDepth()
Level
intermediate
Location
src/dm/impls/plex/plex.c
Examples
src/snes/tutorials/ex62.c.html
src/ts/tutorials/ex45.c.html
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages