:orphan:
# VecStashView
Prints the entries in the vector stash and block stash. 
## Synopsis
```
#include "petscvec.h"   
PetscErrorCode VecStashView(Vec v, PetscViewer viewer)
```
Collective


## Input Parameters

- ***v -*** the vector
- ***viewer -*** the viewer





## See Also
 [](ch_vectors), `Vec`, `VecSetBlockSize()`, `VecSetValues()`, `VecSetValuesBlocked()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/vec/interface/vector.c.html#VecStashView">src/vec/vec/interface/vector.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/vec/interface/vector.c)


[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)  
