petsc-3.14.6 2021-03-30
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
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages