VecRestoreArrayRead#
Restore array obtained with VecGetArrayRead()
Synopsis#
#include "petscvec.h"
PetscErrorCode VecRestoreArrayRead(Vec x, const PetscScalar **a)
Not Collective
Input Parameters#
vec - the vector
array - the array
See Also#
Vectors and Parallel Data, Vec
, VecGetArray()
, VecRestoreArray()
, VecGetArrayPair()
, VecRestoreArrayPair()
Level#
beginner
Location#
Examples#
src/vec/vec/tutorials/ex10.c.html
src/vec/is/sf/tutorials/ex2.c.html
src/vec/is/sf/tutorials/ex3.c.html
src/mat/tutorials/ex12.c.html
src/dm/impls/plex/tutorials/ex6.c.html
src/dm/impls/plex/tutorials/ex8.c.html
src/dm/tutorials/ex22.c.html
src/dm/tutorials/swarm_ex3.c.html
src/dm/field/tutorials/ex1.c.html
src/ksp/ksp/tutorials/ex10.c.html
src/ksp/ksp/tutorials/ex35.cxx.html
Implementations#
VecRestoreArrayRead_Nest in src/vec/vec/impls/nest/vecnest.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages