int VecView(Vec v,Viewer viewer)Collective on Vec unless Viewer is VIEWER_STDOUT_SELF
v | - the vector |
viewer | - an optional visualization context |
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/vec/interface/vector.c
Vector Index
Table of Contents