petsc-3.7.5 2017-01-01
Report Typos and Errors

VecRestoreLocalVector

Unmaps the local portion of a vector previously mapped into a vector using VecGetLocalVector().

Synopsis

#include "petscvec.h"   
#undef __FUNCT__
#define __FUNCT__ "VecRestoreLocalVector"
PetscErrorCode VecRestoreLocalVector(Vec v,Vec w)
Logically collective.

Input parameter

v -The local portion of this vector was previously mapped into w using VecGetLocalVector().
w -The vector into which the local portion of v was mapped.

See Also

VecGetLocalVector(), VecGetLocalVectorRead(), VecRestoreLocalVectorRead(), LocalVectorRead(), VecGetArrayRead(), VecGetArray()

Level:beginner
Location:
src/vec/vec/interface/rvector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages