Searched refs:screen (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xcolor.c | 37 static PetscErrorCode PetscDrawSetUpColormap_Shared(Display *display, int screen, Visual *visual, C… in PetscDrawSetUpColormap_Shared() argument 48 else gColormap = DefaultColormap(display, screen); in PetscDrawSetUpColormap_Shared() 87 static PetscErrorCode PetscDrawSetUpColormap_Private(Display *display, int screen, Visual *visual, … in PetscDrawSetUpColormap_Private() argument 93 Colormap defaultmap = DefaultColormap(display, screen); in PetscDrawSetUpColormap_Private() 99 else gColormap = XCreateColormap(display, RootWindow(display, screen), visual, AllocAll); in PetscDrawSetUpColormap_Private() 159 static PetscErrorCode PetscDrawSetUpColormap_X(Display *display, int screen, Visual *visual, Colorm… in PetscDrawSetUpColormap_X() argument 169 …screen, 24, StaticColor, &vinfo) || XMatchVisualInfo(display, screen, 24, TrueColor, &vinfo) || XM… in PetscDrawSetUpColormap_X() 175 PetscCall(PetscDrawSetUpColormap_Shared(display, screen, visual, colormap)); in PetscDrawSetUpColormap_X() 177 PetscCall(PetscDrawSetUpColormap_Private(display, screen, visual, colormap)); in PetscDrawSetUpColormap_X() 191 …if (!gColormap) PetscCall(PetscDrawSetUpColormap_X(XiWin->disp, XiWin->screen, XiWin->vis, colorma… in PetscDrawSetColormap_X()
|
| H A D | xinit.c | 31 XiWin->screen = DefaultScreen(XiWin->disp); in PetscDrawXiOpenDisplay() 32 XiWin->vis = DefaultVisual(XiWin->disp, XiWin->screen); in PetscDrawXiOpenDisplay() 33 XiWin->depth = DefaultDepth(XiWin->disp, XiWin->screen); in PetscDrawXiOpenDisplay() 34 XiWin->cmap = DefaultColormap(XiWin->disp, XiWin->screen); in PetscDrawXiOpenDisplay() 35 XiWin->background = WhitePixel(XiWin->disp, XiWin->screen); in PetscDrawXiOpenDisplay() 36 XiWin->foreground = BlackPixel(XiWin->disp, XiWin->screen); in PetscDrawXiOpenDisplay() 80 …XiWin->gc.set = XCreateGC(XiWin->disp, RootWindow(XiWin->disp, XiWin->screen), GCFunction | … in PetscDrawXiCreateGC() 137 unsigned long backgnd_pixel = WhitePixel(XiWin->disp, XiWin->screen); in PetscDrawXiDisplayWindow() 142 wavail = DisplayWidth(XiWin->disp, XiWin->screen); in PetscDrawXiDisplayWindow() 143 havail = DisplayHeight(XiWin->disp, XiWin->screen); in PetscDrawXiDisplayWindow() [all …]
|
| H A D | ximpl.h | 28 int screen; /* Screen of display */ member
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | Sys | 4 access, graphics, options management, and synchronized printing to screen.
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 25 One can dump PETSc matrices and vectors to the screen in an ASCII format
|
| H A D | other.md | 239 printed to the screen; this is useful when viewing an object in a 242 the object to be printed to the screen. 483 screen. This can also be set with the command 960 `<Ctrl-o>` will return the screen to your previous location.
|
| H A D | profiling.md | 534 data structures, etc. to the screen by using the option `-info` or by
|
| H A D | snes.md | 921 causes the two matrices to be printed to the screen.
|
| H A D | vec.md | 239 To print the vector to the screen, one can use the viewer
|
| H A D | mat.md | 849 One can print a matrix (sequential or parallel) to the screen with the
|
| H A D | ksp.md | 613 screen in ASCII text via `-ksp_view_eigenvalues` and
|
| H A D | tao.md | 583 relevant statistics to the screen.
|
| /petsc/doc/ |
| H A D | petsc.bib | 12733 … \url{http://www.sc.doe.gov/Scientific_User_Facilities/History/20-Year-Outlook-screen.pdf}}
|