GVecView

Views a grid vector.

Synopsis

int GVecView(GVec v,Viewer viewer)

Input Parameters

v - the grid vector
viewer - an optional visualization context

Collective on GVec unless Viewer is sequential

Notes

GVecView() supports the same viewers as VecView(). The only differenceis that for all multiprocessor cases, the output vector employs the naturalordering of the grid, so it many cases this corresponds to the orderingthat would have been used for the uniprocessor case.

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

view, visualize, output, print, write, draw

See Also

VecView()

Location: src/gvec/interface/gvec.c
Discrete Function Index
Table of Contents