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 DM

  • g - the local vector

See Also#

DM, DMCreateGlobalVector(), VecDuplicate(), VecDuplicateVecs(), DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMGlobalToLocalBegin(), DMGlobalToLocalEnd(), DMLocalToGlobalBegin(), DMCreateLocalVector(), DMGetLocalVector(), DMClearLocalVectors()

Level#

beginner

Location#

src/dm/interface/dmget.c

Examples#

src/ts/tutorials/ex25.c
src/ts/tutorials/ex9.c
src/ts/tutorials/ex52.c
src/ts/tutorials/ex35.cxx
src/ts/tutorials/ex13.c
src/ts/tutorials/ex22.c
src/ts/tutorials/ex50.c
src/ts/tutorials/extchemfield.c
src/ts/tutorials/ex12.c
src/ts/tutorials/ex7.c


Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages