int DrawOpenX(MPI_Comm comm,char* display,char *title,int x,int y,int w,int h,Draw* inctx)Collective on MPI_Comm
comm | - the communicator that will share X-window |
display | - the X display on which to open, or null for the local machine |
title | - the title to put in the title bar, or null for no title |
x, y | - the screen coordinates of the upper left corner of window |
may use PETSC_DECIDE for these two arguments, then PETSc places the | - . window |
w, h | - the screen width and height in pixels |
-nox | - Disables all x-windows output |
-display <name> | - Sets name of machine for the X display |
-draw_pause <pause> | - Sets time (in seconds) that the program pauses after DrawPause() has been called (0 is default, -1 implies until user input). |
-draw_x_shared_colormap | - Causes PETSc to use a shared colormap. By default PETSc creates a seperate color for its windows, you must put the mouse into the graphics window to see the correct colors. This options forces PETSc to use the default colormap which will usually result in bad contour plots. |
-draw_double_buffer | - Uses double buffering for smooth animation. |
-geometry | - Indicates location and size of window |
Location: src/draw/impls/x/xops.c
Graphics (Draw) Index
Table of Contents