#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMSetLabel(DM dm, DMLabel label)Not Collective
dm | - The DM object | |
label | - The DMLabel, having the same name, to substitute |
Note: Some of the default labels in a DMPlex will be
"depth" - Holds the depth (co-dimension) of each mesh point
"celltype" - Holds the topological type of each cell
"ghost" - If the DM is distributed with overlap, this marks the cells and faces in the overlap
"Cell Sets" - Mirrors the cell sets defined by GMsh and ExodusII
"Face Sets" - Mirrors the face sets defined by GMsh and ExodusII
"Vertex Sets" - Mirrors the vertex sets defined by GMsh