Home
last modified time | relevance | path

Searched refs:window (Results 1 – 25 of 41) sorted by relevance

12

/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneAppDelegate.m17 @synthesize window;
23 [window addSubview:viewController.view];
24 [window makeKeyAndVisible];
34 [window release];
H A DiphoneAppDelegate.h14 UIWindow *window; variable
18 @property (nonatomic, retain) IBOutlet UIWindow *window;
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneAppDelegate.m17 @synthesize window;
23 [window addSubview:viewController.view];
24 [window makeKeyAndVisible];
34 [window release];
H A DiphoneAppDelegate.h14 UIWindow *window; variable
18 @property (nonatomic, retain) IBOutlet UIWindow *window;
H A DiphoneViewController.m152 PetscDrawOpenGLESRegisterGLKView(glkView); /* Let PETSc know about this window it may use */
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Scripts/
H A DTabs.js3 var url = window.location.href;
60 if (window.addEventListener) window.addEventListener('load', initTabs, false);
61 else if (window.attachEvent) window.attachEvent('onload', initTabs);
/petsc/src/sys/classes/viewer/impls/glvis/
H A Dglvis.c19 PetscViewer *window; member
151 …PetscCall(PetscCalloc5(nfields, &socket->window, nfields, &socket->windowtitle, nfields, &socket->… in PetscViewerGLVisSetFields_GLVis()
183 static PetscErrorCode PetscViewerGLVisAttachInfo_Private(PetscViewer viewer, PetscViewer window) in PetscViewerGLVisAttachInfo_Private() argument
190 …PetscCall(PetscObjectQuery((PetscObject)window, "_glvis_info_container", (PetscObject *)&container… in PetscViewerGLVisAttachInfo_Private()
198 …PetscCall(PetscObjectContainerCompose((PetscObject)window, "_glvis_info_container", info, PetscVie… in PetscViewerGLVisAttachInfo_Private()
210 PetscViewer window = NULL; in PetscViewerGLVisGetNewWindow_Private() local
214 PetscCall(PetscViewerASCIISocketOpen(PETSC_COMM_SELF, socket->name, socket->port, &window)); in PetscViewerGLVisGetNewWindow_Private()
220 PetscCall(PetscViewerDestroy(&window)); in PetscViewerGLVisGetNewWindow_Private()
222 *view = window; in PetscViewerGLVisGetNewWindow_Private()
330 if (!socket->window[i]) lconn = PETSC_FALSE; in PetscViewerGLVisGetStatus_Internal()
[all …]
/petsc/src/vec/is/sf/tests/output/
H A Dex1_window_shared_nsize-1.out9 type: window
12 type: window
H A Dex1_window_nsize-1.out9 type: window
12 type: window
H A Dex1_window_shared_nsize-2.out10 type: window
13 type: window
H A Dex1_window_nsize-2.out10 type: window
13 type: window
H A Dex1_window_nsize-3.out11 type: window
14 type: window
H A Dex1_window_shared_nsize-3.out11 type: window
14 type: window
/petsc/share/petsc/bin/
H A Ddmnetwork_view.py274 window = fig.canvas.manager.window
277 window.wm_geometry("+%d+%d" % (offset, offset))
279 window.SetPosition(offset, offset)
281 window.move(offset, offset)
460 window = plt.get_current_fig_manager().window
461 window.activateWindow()
462 window.raise_()
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/
H A DAppDelegate.h13 @property (assign) IBOutlet NSWindow *window;
H A DAppDelegate.m49 /* this example is silly because it just runs a PETSc example when the graphics window appears
/petsc/src/vec/is/sf/tutorials/output/
H A Dex2_window.out2 type: window
/petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/
H A DAppDelegate.swift30 var window: UIWindow? variable
/petsc/doc/tutorials/performance/
H A Dguide_to_TAS.md37 5. You should see something similar to the following in your terminal window:
/petsc/share/petsc/saws/js/
H A DPETSc.js91 window.setTimeout(PETSc.getAndDisplayDirectory,1000,null,divEntry);
100 window.setTimeout(PETSc.getAndDisplayDirectory,1000,null,divEntry);
H A Devents.js78 window.prompt("Copy to clipboard: Ctrl+C, Enter", clipboardText);
/petsc/doc/manual/
H A Dother.md244 object to be drawn in a default X window.
663 will cause the appropriate window to be created.
679 With the default format, one can open a window that is not associated
688 All drawing routines are performed relative to the window’s coordinate
691 of the window. The application program can change the window coordinates
698 By default, graphics will be drawn in the entire window. To restrict the
699 drawing to a portion of the window, one may use the command
705 These arguments, which indicate the fraction of the window in which the
857 To disable all X-window-based graphics, run `configure` with the
959 number where a desired PETSc function is defined in the current window.
[all …]
/petsc/src/sys/classes/draw/impls/x/
H A Dxinit.c108 if (event.xany.window != XiWin->win) break; in PetscDrawXiWaitMap()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx397 The window title or `None` for no title.
884 """Set window information for a `Type.DRAW` viewer.
893 The window title or `None` for no title.
/petsc/src/mat/impls/aij/seq/
H A Dmatmatmult.c813 PetscInt window[8]; in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge() local
888 window[k] = (brow_ptr[k] != brow_end[k]) ? *brow_ptr[k] : bn; \ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
889 window_min = PetscMin(window[k], window_min); \ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
897 if (window[k] == old_window_min) { \ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
899 window[k] = (brow_ptr[k] != brow_end[k]) ? *brow_ptr[k] : bn; \ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()
901 window_min = PetscMin(window[k], window_min); \ in MatMatMultSymbolic_SeqAIJ_SeqAIJ_RowMerge()

12