VecView

Views a vector object.

Synopsis

int VecView(Vec v,Viewer viewer)
Collective on Vec unless Viewer is VIEWER_STDOUT_SELF

Input Parameters

v - the vector
viewer - an optional visualization context

Notes

The available visualization contexts include
VIEWER_STDOUT_SELF - standard output (default)
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

ViewerFileOpenASCII() - Outputs vector to a specified file
ViewerFileOpenBinary() - Outputs vector in binary to a specified file; corresponding input uses VecLoad()
ViewerDrawOpenX() - Outputs vector to an X window display
ViewerMatlabOpen() - Outputs vector to Matlab viewer

Keywords

Vec, view, visualize, output, print, write, draw

See Also

ViewerFileOpenASCII(), ViewerDrawOpenX(), DrawLGCreate(),
ViewerMatlabOpen(), ViewerFileOpenBinary(), VecLoad()

Examples

src/vec/examples/tutorials/ex4f.F
src/vec/examples/tutorials/ex4f.F
src/vec/examples/tutorials/ex2f.F
src/vec/examples/tutorials/ex3f.F
src/vec/examples/tutorials/ex4f90.F
src/vec/examples/tutorials/ex4f90.F
src/vec/examples/tutorials/ex3.c
src/vec/examples/tutorials/ex2.c
src/vec/examples/tutorials/ex8.c
src/vec/examples/tutorials/ex9.c

Location: src/vec/interface/vector.c
Vector Index
Table of Contents