Searched refs:PETSC_VIEWER_DRAW_ (Results 1 – 16 of 16) 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() 21 PetscCall(PetscViewerDrawGetDrawLG(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 0, &lg)); in main()
|
| H A D | heat.c | 291 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor() 292 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1200, 800)); in MyMonitor() 303 PetscCall(PetscViewerDrawGetDrawLG(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, &lg)); in MyMonitor()
|
| H A D | biharmonic2.c | 67 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 2, vbounds)); in main() 68 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 600, 600)); in main()
|
| H A D | biharmonic3.c | 66 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 2, vbounds)); in main() 67 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 600, 600)); in main()
|
| H A D | biharmonic.c | 476 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, vbounds)); in MyMonitor() 477 PetscCall(PetscViewerDrawResize(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 800, 600)); in MyMonitor() 488 PetscCall(PetscViewerDrawGetDrawLG(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, &lg)); in MyMonitor()
|
| /petsc/src/sys/classes/viewer/impls/draw/ftn-custom/ |
| H A D | zdrawvf.c | 19 return PETSC_VIEWER_DRAW_(MPI_Comm_f2c(*(MPI_Fint *)&*comm)); in petsc_viewer_draw_()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex2.c | 85 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, bounds)); in main() 348 PetscCall(PetscViewerDrawGetDraw(PETSC_VIEWER_DRAW_(appctx->comm), 0, &draw)); in Monitor() 350 PetscCall(VecView(u, PETSC_VIEWER_DRAW_(appctx->comm))); in Monitor()
|
| H A D | ex21.c | 90 PetscCall(PetscViewerDrawSetBounds(PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD), 1, bounds)); in main() 405 PetscCall(PetscViewerDrawGetDraw(PETSC_VIEWER_DRAW_(appctx->comm), 0, &draw)); in Monitor() 407 PetscCall(VecView(u, PETSC_VIEWER_DRAW_(appctx->comm))); in Monitor()
|
| /petsc/include/ |
| H A D | petscviewer.h | 340 PETSC_EXTERN PetscViewer PETSC_VIEWER_DRAW_(MPI_Comm); 384 #define PETSC_VIEWER_DRAW_WORLD PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD) 391 #define PETSC_VIEWER_DRAW_SELF PETSC_VIEWER_DRAW_(PETSC_COMM_SELF)
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcl.c | 580 ksp->viewerEV = PETSC_VIEWER_DRAW_(comm); in KSPSetFromOptions() 590 ksp->viewerEV = PETSC_VIEWER_DRAW_(comm); in KSPSetFromOptions() 599 ksp->viewerEVExp = PETSC_VIEWER_DRAW_(comm); in KSPSetFromOptions()
|
| /petsc/src/sys/ftn-mod/ |
| H A D | petscsysmod.F90 | 140 PetscViewer PETSC_VIEWER_DRAW_ 142 external PETSC_VIEWER_DRAW_
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvwr.pxi | 144 PetscViewer PETSC_VIEWER_DRAW_(MPI_Comm) except? NULL
|
| H A D | Viewer.pyx | 657 viewer.vwr = PETSC_VIEWER_DRAW_(ccomm)
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewreg.c | 213 if (!(*viewer = PETSC_VIEWER_DRAW_(comm))) PetscCall(PETSC_ERR_PLIB); in PetscOptionsCreateViewers_Single()
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 567 PetscViewer PETSC_VIEWER_DRAW_(MPI_Comm comm) in PETSC_VIEWER_DRAW_() function
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 501 …`, `PETSC_VIEWER_DRAW_WORLD`, `PETSC_VIEWER_STDOUT_(MPI_Comm)`, and `PETSC_VIEWER_DRAW_(MPI_Comm)`.
|