petsc-3.7.3 2016-08-01
VecResetArray
Resets a vector to use its default memory. Call this after the use of VecPlaceArray().
Synopsis
#include "petscvec.h"
PetscErrorCode VecResetArray(Vec vec)
Not Collective
Input Parameters
vec -the vector
See Also
VecGetArray(), VecRestoreArray(), VecReplaceArray(), VecPlaceArray()
Level:developer
Location:src/vec/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ksp/ksp/examples/tutorials/ex13.c.html
src/ksp/ksp/examples/tutorials/ex13f90.F.html
src/ksp/ksp/examples/tutorials/ex61f.F90.html