| /petsc/src/sys/classes/draw/utils/ |
| H A D | zoom.c | 29 PetscDrawCollectiveBegin(draw); in PetscDrawZoom() 75 PetscDrawCollectiveBegin(draw); in PetscDrawZoom()
|
| H A D | lgc.c | 98 PetscDrawCollectiveBegin(draw); in PetscDrawLGSPDraw() 496 PetscDrawCollectiveBegin(draw); in PetscDrawLGDraw()
|
| H A D | bars.c | 194 PetscDrawCollectiveBegin(draw); in PetscDrawBarDraw()
|
| H A D | hists.c | 374 PetscDrawCollectiveBegin(draw); in PetscDrawHGDraw() 437 PetscDrawCollectiveBegin(draw); in PetscDrawHGDraw()
|
| H A D | dscatter.c | 380 PetscDrawCollectiveBegin(draw); in PetscDrawSPDraw()
|
| H A D | axisc.c | 279 PetscDrawCollectiveBegin(draw); in PetscDrawAxisDraw()
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | ximage.c | 72 PetscDrawCollectiveBegin(draw); in PetscDrawGetImage_X() 78 PetscDrawCollectiveBegin(draw); in PetscDrawGetImage_X()
|
| H A D | xops.c | 27 PetscDrawCollectiveBegin(draw); in PetscDrawSetViewport_X() 270 PetscDrawCollectiveBegin(draw); in PetscDrawFlush_X() 278 PetscDrawCollectiveBegin(draw); in PetscDrawFlush_X() 297 PetscDrawCollectiveBegin(draw); in PetscDrawClear_X() 303 PetscDrawCollectiveBegin(draw); in PetscDrawClear_X() 328 PetscDrawCollectiveBegin(draw); in PetscDrawSetDoubleBuffer_X() 363 PetscDrawCollectiveBegin(draw); in PetscDrawSetTitle_X() 388 PetscDrawCollectiveBegin(draw); in PetscDrawCheckResizedWindow_X() 402 PetscDrawCollectiveBegin(draw); in PetscDrawCheckResizedWindow_X() 421 PetscDrawCollectiveBegin(draw); in PetscDrawResizeWindow_X() [all …]
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | dviewp.c | 113 PetscDrawCollectiveBegin(draw); in PetscDrawSplitViewPort() 190 PetscDrawCollectiveBegin(draw); in PetscDrawViewPortsCreate() 273 PetscDrawCollectiveBegin(draw); in PetscDrawViewPortsCreateRect()
|
| H A D | dtri.c | 68 PetscDrawCollectiveBegin(popup); in PetscDrawScalePopup()
|
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex6.c | 33 PetscDrawCollectiveBegin(draw); in DrawFunction()
|
| /petsc/src/dm/impls/da/ |
| H A D | da1.c | 75 PetscDrawCollectiveBegin(draw); in DMView_DA_1d() 91 PetscDrawCollectiveBegin(draw); in DMView_DA_1d()
|
| H A D | da2.c | 73 PetscDrawCollectiveBegin(draw); in DMView_DA_2d() 87 PetscDrawCollectiveBegin(draw); in DMView_DA_2d() 109 PetscDrawCollectiveBegin(draw); in DMView_DA_2d()
|
| H A D | gr1.c | 256 PetscDrawCollectiveBegin(draw); in VecView_MPI_Draw_DA1d()
|
| H A D | da3.c | 91 PetscDrawCollectiveBegin(draw); in DMView_DA_3d() 107 PetscDrawCollectiveBegin(draw); in DMView_DA_3d() 142 PetscDrawCollectiveBegin(draw); in DMView_DA_3d()
|
| H A D | gr2.c | 46 PetscDrawCollectiveBegin(draw); in VecView_MPI_Draw_DA2d_Zoom()
|
| /petsc/include/ |
| H A D | petscdraw.h | 390 #define PetscDrawCollectiveBegin(draw) \ macro 449 #define PetscDrawCollectiveBegin(draw) macro
|
| /petsc/doc/changes/ |
| H A D | 318.md | 6 - Remove the error handling from uses of `PetscDrawCollectiveBegin()` and `PetscDrawCollectiveEnd()` 147 - Change `PetscDrawCollectiveBegin()` and `PetscDrawCollectiveEnd()` to not return an error code. U…
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 669 PetscDrawCollectiveBegin(draw); in TSMonitorDrawSolutionPhase()
|
| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.c | 1322 PetscDrawCollectiveBegin(draw); in MatView_SeqSELL_Draw_Zoom() 1374 PetscDrawCollectiveBegin(draw); in MatView_SeqSELL_Draw_Zoom()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 368 PetscDrawCollectiveBegin(draw); in VecView_MPI_Draw()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij.c | 1918 PetscDrawCollectiveBegin(draw); in MatView_SeqBAIJ_Draw_Zoom() 1982 PetscDrawCollectiveBegin(draw); in MatView_SeqBAIJ_Draw_Zoom()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 1572 PetscDrawCollectiveBegin(draw); in MatView_SeqDense_Draw_Zoom() 1600 PetscDrawCollectiveBegin(draw); in MatView_SeqDense_Draw_Zoom()
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij.c | 399 PetscDrawCollectiveBegin(draw); in MatView_SeqSBAIJ_Draw_Zoom()
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 495 `PetscOptionsHeadBegin()`, `PetscOptionsHeadEnd()`, `PetscDrawCollectiveBegin()`, `PetscDrawCollect…
|