#include "gvec.h" int GVecView(GVec v, PetscViewer viewer)
The available visualization contexts include
PETSC_VIEWER_STDOUT_SELF - standard output (default)
PETSC_VIEWER_STDOUT_WORLD - synchronized standard
output where only the first processor opens
the file. All other processors send their
data to the first processor to print.
The user can open alternative vistualization contexts with
PetscViewerFileOpenASCII() - output vector to a specified file
PetscViewerFileOpenBinary() - output in binary to a
specified file; corresponding input uses VecLoad()
PetscViewerDrawOpenX() - output vector to an X window display
DrawLGCreate() - output vector as a line graph to an X window display
PetscViewerMatlabOpen() - output vector to Matlab viewer
PetscViewerMathematicaOpen() - output vector to Mathematica viewer
Level:beginner
Location:src/gvec/interface/gvec.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages