petsc-3.11.4 2019-09-28
Report Typos and Errors

DMLabelCreate

Create a DMLabel object, which is a multimap

Synopsis

#include "petscdmlabel.h"   
#include "petscis.h"        
PetscErrorCode DMLabelCreate(MPI_Comm comm, const char name[], DMLabel *label)

Input parameters

comm - The communicator, usually PETSC_COMM_SELF
name - The label name

Output parameter

label -The DMLabel

See Also

DMLabelDestroy()

Level

beginner

Location

src/dm/label/dmlabel.c

Examples

src/ts/examples/tutorials/ex11.c.html

Index of all DMLABEL routines
Table of Contents for all manual pages
Index of all manual pages