PETSc version 3.17.5
DMSetAuxiliaryVec
Set the auxiliary vector for region specified by the given label and value, and equation part
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSetAuxiliaryVec(DM dm, DMLabel label, PetscInt value, PetscInt part, Vec aux)
Not collective
Input Parameters
| dm | - The DM
|
| label | - The DMLabel
|
| value | - The label value indicating the region
|
| part | - The equation part, or 0 if unused
|
| aux | - The Vec holding auxiliary field data
|
See Also
DMGetAuxiliaryVec()
Level
advanced
Location
src/dm/interface/dm.c
Examples
src/snes/tutorials/ex12.c.html
src/snes/tutorials/ex77.c.html
src/ts/tutorials/ex48.c.html
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages