int DAView(DA da, Viewer v)Collective on DA, unless Viewer is VIEWER_STDOUT_SELF
da | - the distributed array |
ptr | - 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. |
VIEWER_DRAWX_WORLD | - to default window |
The user can open alternative vistualization contexts with
ViewerFileOpenASCII() | - Outputs vector to a specified file |
ViewerDrawOpenX() | - Outputs vector to an X window display |
Processor [proc] M N P m n p w s X range: xs xe, Y range: ys, ye, Z range: zs, ze where M,N,P - global dimension in each direction of the array m,n,p - corresponding number of procs in each dimension w - number of degrees of freedom per node s - stencil width xs, xe - internal local starting/ending grid points in x-direction, (augmented to handle multiple degrees of freedom per node) ys, ye - local starting/ending grid points in y-direction zs, ze - local starting/ending grid points in z-direction
Location: src/da/src/daview.c
IS and DA Index
Table of Contents