petsc-3.10.5 2019-03-28
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