petsc-3.3-p7 2013-05-11

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