| /petsc/src/ksp/ksp/interface/ |
| H A D | itregis.c | 140 …PetscCall(KSPMonitorRegister("preconditioned_residual", PETSCVIEWERDRAW, PETSC_VIEWER_DEFAULT, KSP… in KSPMonitorRegisterAll() 141 …PetscCall(KSPMonitorRegister("preconditioned_residual", PETSCVIEWERDRAW, PETSC_VIEWER_DRAW_LG, KSP… in KSPMonitorRegisterAll() 146 …PetscCall(KSPMonitorRegister("true_residual", PETSCVIEWERDRAW, PETSC_VIEWER_DEFAULT, KSPMonitorTru… in KSPMonitorRegisterAll() 147 …PetscCall(KSPMonitorRegister("true_residual", PETSCVIEWERDRAW, PETSC_VIEWER_DRAW_LG, KSPMonitorTru… in KSPMonitorRegisterAll() 150 …PetscCall(KSPMonitorRegister("error", PETSCVIEWERDRAW, PETSC_VIEWER_DEFAULT, KSPMonitorErrorDraw, … in KSPMonitorRegisterAll() 151 …PetscCall(KSPMonitorRegister("error", PETSCVIEWERDRAW, PETSC_VIEWER_DRAW_LG, KSPMonitorErrorDrawLG… in KSPMonitorRegisterAll() 153 …PetscCall(KSPMonitorRegister("solution", PETSCVIEWERDRAW, PETSC_VIEWER_DEFAULT, KSPMonitorSolution… in KSPMonitorRegisterAll() 154 …PetscCall(KSPMonitorRegister("solution", PETSCVIEWERDRAW, PETSC_VIEWER_DRAW_LG, KSPMonitorSolution… in KSPMonitorRegisterAll() 157 …PetscCall(KSPMonitorRegister("lsqr_residual", PETSCVIEWERDRAW, PETSC_VIEWER_DRAW_LG, KSPLSQRMonito… in KSPMonitorRegisterAll()
|
| H A D | itcreate.c | 121 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in KSPView()
|
| H A D | itfunc.c | 683 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in KSPViewEigenvalues_Internal() 783 PetscCall(PetscObjectTypeCompare((PetscObject)vf->viewer, PETSCVIEWERDRAW, &isdraw)); in PetscMonitorPauseFinal_Internal()
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 61 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawBaseAdd() 94 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawBaseSet() 110 PetscCall(PetscObjectTypeCompare((PetscObject)v, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawResize() 126 PetscCall(PetscObjectTypeCompare((PetscObject)v, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawSetInfo() 144 PetscCall(PetscObjectTypeCompare((PetscObject)v, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawSetTitle() 160 PetscCall(PetscObjectTypeCompare((PetscObject)v, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawGetTitle() 217 PetscCall(PetscViewerSetType(*viewer, PETSCVIEWERDRAW)); in PetscViewerDrawOpen() 241 PetscCall(PetscViewerSetType(*sviewer, PETSCVIEWERDRAW)); in PetscViewerGetSubViewer_Draw() 393 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawClear() 427 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawGetPause() [all …]
|
| /petsc/src/sys/classes/viewer/impls/draw/draw/ |
| H A D | fdrawv.c | 30 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawGetDraw() 98 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawGetDrawLG() 141 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawGetDrawAxis() 159 PetscCall(PetscObjectTypeCompare((PetscObject)v, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawSetDrawType() 175 PetscCall(PetscObjectTypeCompare((PetscObject)v, PETSCVIEWERDRAW, &isdraw)); in PetscViewerDrawGetDrawType()
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewregall.c | 40 PetscCall(PetscViewerRegister(PETSCVIEWERDRAW, PetscViewerCreate_Draw)); in PetscViewerRegisterAll()
|
| H A D | viewreg.c | 172 …const char *viewers[] = {PETSCVIEWERASCII, PETSCVIEWERBINARY, PETSCVIEWERDRAW, PETSCVIEWERSOCKET, … in PetscOptionsCreateViewers_Single()
|
| /petsc/src/snes/interface/ |
| H A D | snesregi.c | 72 …PetscCall(KSPMonitorRegister("snes_preconditioned_residual", PETSCVIEWERDRAW, PETSC_VIEWER_DRAW_LG… in SNESRegisterAll()
|
| H A D | snesut.c | 307 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in SNESMonitorDefault()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvwr.pxi | 8 PetscViewerType PETSCVIEWERDRAW
|
| H A D | Viewer.pyx | 9 DRAW = S_(PETSCVIEWERDRAW)
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | drawreg.c | 55 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscDrawView()
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmres.c | 510 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &flg)); in KSPGMRESMonitorKrylov() 512 PetscCall(PetscViewerSetType(viewer, PETSCVIEWERDRAW)); in KSPGMRESMonitorKrylov()
|
| /petsc/src/mat/matfd/ |
| H A D | fdmatrix.c | 109 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in MatFDColoringView()
|
| /petsc/src/dm/impls/da/ |
| H A D | da1.c | 22 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in DMView_DA_1d()
|
| H A D | da2.c | 17 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in DMView_DA_2d()
|
| H A D | gr2.c | 654 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in VecView_MPI_DA()
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 278 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in DMView_Network()
|
| /petsc/include/ |
| H A D | petscviewer.h | 27 #define PETSCVIEWERDRAW "draw" macro
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 646 PetscCall(PetscObjectTypeCompare((PetscObject)*viewer, PETSCVIEWERDRAW, &flg)); in KSViewerCreate()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1292 …PetscCall(DMAdaptorMonitorRegister("error", PETSCVIEWERDRAW, PETSC_VIEWER_DEFAULT, DMAdaptorMonito… in DMAdaptorMonitorRegisterAll() 1293 …PetscCall(DMAdaptorMonitorRegister("error", PETSCVIEWERDRAW, PETSC_VIEWER_DRAW_LG, DMAdaptorMonito… in DMAdaptorMonitorRegisterAll()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 542 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in MatView_MPISELL_ASCIIorDraworSocket() 675 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in MatView_MPISELL()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 344 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in PetscSFView_Basic()
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | bvec2.c | 445 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in VecView_Seq()
|
| /petsc/src/snes/impls/fas/ |
| H A D | fas.c | 278 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERDRAW, &isdraw)); in SNESView_FAS()
|