PETSc version 3.16.6
DMGetAuxiliaryLabels
Get the labels and values for all auxiliary vectors in this DM
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMGetAuxiliaryLabels(DM dm, DMLabel labels[], PetscInt values[])
Not collective
Input Parameter
Output Parameters
| labels | - The DMLabels for each Vec
|
| values | - The label values for each Vec
|
Note: The arrays passed in must be at least as large as DMGetNumAuxiliaryVec().
See Also
DMGetNumAuxiliaryVec(), DMGetAuxiliaryVec(), DMSetAuxiliaryVec()
Level
advanced
Location
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages