:orphan: # VecViennaCLResetArray Resets a vector to use its default memory. Call this after the use of VecViennaCLPlaceArray(). ## Synopsis ``` #include "petscvec.h" PETSC_EXTERN PetscErrorCode VecViennaCLResetArray(Vec vin) ``` Not Collective ## Input Parameters - ***vec -*** the vector ## See Also `VecViennaCLPlaceArray()`, `VecResetArray()`, `VecCUDAResetArray()`, `VecPlaceArray()` ## Level developer ## Location src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx) [Index of all Vec routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)