petsc-3.13.6 2020-09-29
DMLabelCreate
Create a DMLabel object, which is a multimap
Synopsis
#include "petscdmlabel.h"
#include "petscsection.h"
PetscErrorCode DMLabelCreate(MPI_Comm comm, const char name[], DMLabel *label)
Collective
Input parameters
Output parameter
label -The DMLabel
Notes
The label name is actually usual PetscObject name.
One can get/set it with PetscObjectGetName()/PetscObjectSetName().
See Also
DMLabelDestroy()
Level
beginner
Location
src/dm/label/dmlabel.c
Examples
src/dm/label/tutorials/ex1.c.html
src/ts/tutorials/ex11.c.html
Index of all DMLABEL routines
Table of Contents for all manual pages
Index of all manual pages