DMRestoreLocalVector#
Returns a PETSc vector that was obtained from DMGetLocalVector(). Do not use with vector obtained via DMCreateLocalVector().
Synopsis#
#include "petscdm.h"
PetscErrorCode DMRestoreLocalVector(DM dm, Vec *g)
Not Collective
Input Parameters#
dm - the
DMg - the local vector
See Also#
DM, DMCreateGlobalVector(), VecDuplicate(), VecDuplicateVecs(),
DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMGlobalToLocalBegin(),
DMGlobalToLocalEnd(), DMLocalToGlobalBegin(), DMCreateLocalVector(), DMGetLocalVector(), DMClearLocalVectors()
Level#
beginner
Location#
Examples#
src/snes/tutorials/ex13.c
src/snes/tutorials/ex15.c
src/snes/tutorials/ex12.c
src/snes/tutorials/ex63.c
src/snes/tutorials/ex14.c
src/snes/tutorials/ex35.c
src/snes/tutorials/ex7.c
src/snes/tutorials/ex36.c
src/snes/tutorials/ex18.c
src/snes/tutorials/ex78.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages