PETSc version 3.17.0
DMGetNamedLocalVector
get access to a named, persistent local vector
Synopsis
#include "petscdm.h"
PetscErrorCode DMGetNamedLocalVector(DM dm,const char *name,Vec *X)
Not Collective
Input Parameters
| dm | - DM to hold named vectors
|
| name | - unique name for Vec
|
Output Parameter
Note: If a Vec with the given name does not exist, it is created.
See Also
DMGetNamedGlobalVector(), DMRestoreNamedLocalVector()
Level
developer
Location
src/dm/interface/dmget.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages