PETSc version 3.15.5
Fix/Edit manual page

VecStashView

Prints the entries in the vector stash and block stash.

Synopsis

#include "petscvec.h"   
PetscErrorCode  VecStashView(Vec v,PetscViewer viewer)
Collective on Vec

Input Parameters

v - the vector
viewer - the viewer

See Also

VecSetBlockSize(), VecSetValues(), VecSetValuesBlocked()

Level

advanced

Location

src/vec/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages