#include "da.h" int DAView(DA da,Viewer viewer)Collective on DA
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_DRAW_WORLD | - to default window |
The user can open alternative visualization contexts with
ViewerASCIIOpen() | - Outputs vector to a specified file | |
ViewerDrawOpen() | - 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
Level:beginner
Location:src/dm/da/src/daview.c
DA Index
Table of Contents