| /petsc/systems/Apple/iOS/examples/Basic/Classes/ |
| H A D | iphoneAppDelegate.m | 17 @synthesize window; 23 [window addSubview:viewController.view]; 24 [window makeKeyAndVisible]; 34 [window release];
|
| H A D | iphoneAppDelegate.h | 14 UIWindow *window; variable 18 @property (nonatomic, retain) IBOutlet UIWindow *window;
|
| /petsc/systems/Apple/iOS/examples/testopengl/Classes/ |
| H A D | iphoneAppDelegate.m | 17 @synthesize window; 23 [window addSubview:viewController.view]; 24 [window makeKeyAndVisible]; 34 [window release];
|
| H A D | iphoneAppDelegate.h | 14 UIWindow *window; variable 18 @property (nonatomic, retain) IBOutlet UIWindow *window;
|
| H A D | iphoneViewController.m | 152 PetscDrawOpenGLESRegisterGLKView(glkView); /* Let PETSc know about this window it may use */
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Scripts/ |
| H A D | Tabs.js | 3 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 D | glvis.c | 19 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 D | ex1_window_shared_nsize-1.out | 9 type: window 12 type: window
|
| H A D | ex1_window_nsize-1.out | 9 type: window 12 type: window
|
| H A D | ex1_window_shared_nsize-2.out | 10 type: window 13 type: window
|
| H A D | ex1_window_nsize-2.out | 10 type: window 13 type: window
|
| H A D | ex1_window_nsize-3.out | 11 type: window 14 type: window
|
| H A D | ex1_window_shared_nsize-3.out | 11 type: window 14 type: window
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 274 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 D | AppDelegate.h | 13 @property (assign) IBOutlet NSWindow *window;
|
| H A D | AppDelegate.m | 49 /* 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 D | ex2_window.out | 2 type: window
|
| /petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/ |
| H A D | AppDelegate.swift | 30 var window: UIWindow? variable
|
| /petsc/doc/tutorials/performance/ |
| H A D | guide_to_TAS.md | 37 5. You should see something similar to the following in your terminal window:
|
| /petsc/share/petsc/saws/js/ |
| H A D | PETSc.js | 91 window.setTimeout(PETSc.getAndDisplayDirectory,1000,null,divEntry); 100 window.setTimeout(PETSc.getAndDisplayDirectory,1000,null,divEntry);
|
| H A D | events.js | 78 window.prompt("Copy to clipboard: Ctrl+C, Enter", clipboardText);
|
| /petsc/doc/manual/ |
| H A D | other.md | 244 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 D | xinit.c | 108 if (event.xany.window != XiWin->win) break; in PetscDrawXiWaitMap()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Viewer.pyx | 397 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 D | matmatmult.c | 813 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()
|