int GVecView(GVec v,Viewer viewer)
v | - the grid vector |
viewer | - an optional visualization context |
Collective on GVec unless Viewer is sequential
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 |
Location: src/gvec/interface/gvec.c
Discrete Function Index
Table of Contents