petsc-3.12.5 2020-03-29
DMLabelDuplicate
Duplicates a DMLabel
Synopsis
#include "petscdmlabel.h"
#include "petscsection.h"
PetscErrorCode DMLabelDuplicate(DMLabel label, DMLabel *labelnew)
Collective on label
Input Parameter
label -The DMLabel
Output Parameter
labelnew -location to put new vector
See Also
DMLabelCreate(), DMLabelDestroy()
Level
intermediate
Location
src/dm/label/dmlabel.c
Examples
src/dm/label/examples/tutorials/ex1.c.html
Index of all DMLABEL routines
Table of Contents for all manual pages
Index of all manual pages