Searched refs:PetscViewerDrawResize (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | potentials.c | 20 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1200, 800)); in main()
|
| H A D | biharmonic2.c | 68 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 600, 600)); in main()
|
| H A D | biharmonic3.c | 67 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 600, 600)); in main()
|
| H A D | heat.c | 292 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1200, 800)); in MyMonitor()
|
| H A D | biharmonic.c | 477 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 800, 600)); in MyMonitor()
|
| /petsc/include/ |
| H A D | petscviewer.h | 268 PETSC_EXTERN PetscErrorCode PetscViewerDrawResize(PetscViewer, int, int);
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 103 PetscErrorCode PetscViewerDrawResize(PetscViewer v, int w, int h) in PetscViewerDrawResize() function
|