petsc-3.7.1 2016-05-15
Report Typos and Errors

DMRestoreNamedLocalVector

restore access to a named, persistent local vector

Synopsis

#include "petscdm.h" 
PetscErrorCode DMRestoreNamedLocalVector(DM dm,const char *name,Vec *X)
Not Collective Many br

Input Arguments

dm - DM on which the vector was gotten Many br
name - name under which the vector was gotten Many br
X - Vec to restore Many br

Output Arguments

Many br

See Also

DMRestoreNamedGlobalVector(),DMGetNamedLocalVector()

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

Examples

src/snes/examples/tutorials/ex5.c.html