Home
last modified time | relevance | path

Searched refs:PETSC_VIEWER_DRAW_ (Results 1 – 16 of 16) sorted by relevance

/petsc/src/ts/tutorials/phasefield/
H A Dpotentials.c20 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 Dheat.c291 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 Dbiharmonic2.c67 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 Dbiharmonic3.c66 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 Dbiharmonic.c476 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 Dzdrawvf.c19 return PETSC_VIEWER_DRAW_(MPI_Comm_f2c(*(MPI_Fint *)&*comm)); in petsc_viewer_draw_()
/petsc/src/ts/tutorials/
H A Dex2.c85 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 Dex21.c90 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 Dpetscviewer.h340 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 Ditcl.c580 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 Dpetscsysmod.F90140 PetscViewer PETSC_VIEWER_DRAW_
142 external PETSC_VIEWER_DRAW_
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi144 PetscViewer PETSC_VIEWER_DRAW_(MPI_Comm) except? NULL
H A DViewer.pyx657 viewer.vwr = PETSC_VIEWER_DRAW_(ccomm)
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c213 if (!(*viewer = PETSC_VIEWER_DRAW_(comm))) PetscCall(PETSC_ERR_PLIB); in PetscOptionsCreateViewers_Single()
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c567 PetscViewer PETSC_VIEWER_DRAW_(MPI_Comm comm) in PETSC_VIEWER_DRAW_() function
/petsc/doc/manual/
H A Dgetting_started.md501 …`, `PETSC_VIEWER_DRAW_WORLD`, `PETSC_VIEWER_STDOUT_(MPI_Comm)`, and `PETSC_VIEWER_DRAW_(MPI_Comm)`.