#include "petscdmplex.h" PetscErrorCode DMPlexGetCellTypeLabel(DM dm, DMLabel *celltypeLabel)Not Collective
dm | - The DMPlex object |
celltypeLabel | - The DMLabel recording cell polytope type |
Note: This function will trigger automatica computation of cell types. This can be disabled by calling DMCreateLabel(dm, "celltype") beforehand.