| /petsc/src/mat/tests/ |
| H A D | ex121.c | 71 if (view) PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main() 82 if (view) PetscCall(VecView(w, PETSC_VIEWER_DRAW_WORLD)); in main() 91 if (view && i == 0) PetscCall(VecView(y1, PETSC_VIEWER_DRAW_WORLD)); in main() 116 if (view) PetscCall(VecView(z1, PETSC_VIEWER_DRAW_WORLD)); in main() 117 if (view) PetscCall(VecView(z2, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex112.c | 70 if (view) PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main() 75 if (view && i == 0) PetscCall(VecView(y, PETSC_VIEWER_DRAW_WORLD)); in main() 81 if (view && i == 0) PetscCall(VecView(z, PETSC_VIEWER_DRAW_WORLD)); in main() 99 if (view && i == 0) PetscCall(VecView(z, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex73.c | 67 PetscCall(MatView(A, PETSC_VIEWER_DRAW_WORLD)); in main() 117 PetscCall(MatView(B, PETSC_VIEWER_DRAW_WORLD)); in main() 178 PetscCall(MatView(J, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex142.c | 138 if (view) PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main() 139 if (view) PetscCall(VecView(z, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex72.c | 244 PetscCall(VecView(max, PETSC_VIEWER_DRAW_WORLD)); in main() 247 PetscCall(VecView(min, PETSC_VIEWER_DRAW_WORLD)); in main() 255 PetscCall(VecView(max, PETSC_VIEWER_DRAW_WORLD)); in main() 258 PetscCall(VecView(max, PETSC_VIEWER_DRAW_WORLD)); in main() 259 PetscCall(VecView(max, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex28.c | 33 PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main() 36 PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex100f.F90 | 59 PetscCallA(VecView(x, PETSC_VIEWER_DRAW_WORLD, ierr))
|
| H A D | ex100.c | 54 PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in RunTest()
|
| /petsc/src/dm/tests/ |
| H A D | ex13.c | 29 PetscCall(VecView(global, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex37.c | 35 PetscCall(VecView(global, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex31.c | 65 PetscCall(MatView(A, PETSC_VIEWER_DRAW_WORLD)); in main() 107 PetscCall(MatView(BB, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex4.c | 46 PetscCall(VecView(u, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex33.c | 155 PetscCall(VecView(u, PETSC_VIEWER_DRAW_WORLD)); in main() 162 PetscCall(VecView(u, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex19.c | 160 if (user.draw_contours) PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| /petsc/include/petsc/private/ |
| H A D | ftnimpl.h | 270 return PETSC_VIEWER_DRAW_WORLD; in PetscPatchDefaultViewers() 325 v = PETSC_VIEWER_DRAW_WORLD; \
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 81 PetscCall(DMView(networkdm, PETSC_VIEWER_DRAW_WORLD)); in UserMonitor() 714 PetscCall(MatView(Jac, PETSC_VIEWER_DRAW_WORLD)); in main() 724 PetscCall(MatView(Jac, PETSC_VIEWER_DRAW_WORLD)); in main() 749 PetscCall(MatView(Jac, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvwr.pxi | 146 PetscViewer PETSC_VIEWER_DRAW_WORLD
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex5.c | 796 if (draw & 0x1) PetscCall(VecView(X0, PETSC_VIEWER_DRAW_WORLD)); in main() 797 if (draw & 0x2) PetscCall(VecView(X, PETSC_VIEWER_DRAW_WORLD)); in main() 803 PetscCall(VecView(Y, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex7.c | 829 if (draw & 0x1) PetscCall(VecView(X0, PETSC_VIEWER_DRAW_WORLD)); in main() 830 if (draw & 0x2) PetscCall(VecView(X, PETSC_VIEWER_DRAW_WORLD)); in main() 836 PetscCall(VecView(Y, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex6.c | 945 if (draw & 0x1) PetscCall(VecView(X0, PETSC_VIEWER_DRAW_WORLD)); in main() 946 if (draw & 0x2) PetscCall(VecView(X, PETSC_VIEWER_DRAW_WORLD)); in main() 952 PetscCall(VecView(Y, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex4.c | 1388 if (draw & 0x1) PetscCall(VecView(X0, PETSC_VIEWER_DRAW_WORLD)); in main() 1389 if (draw & 0x2) PetscCall(VecView(X, PETSC_VIEWER_DRAW_WORLD)); in main() 1395 PetscCall(VecView(Y, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| H A D | ex8.c | 1315 if (draw & 0x1) PetscCall(VecView(X0, PETSC_VIEWER_DRAW_WORLD)); in main() 1316 if (draw & 0x2) PetscCall(VecView(X, PETSC_VIEWER_DRAW_WORLD)); in main() 1322 PetscCall(VecView(Y, PETSC_VIEWER_DRAW_WORLD)); in main()
|
| /petsc/src/sys/ftn-mod/ |
| H A D | petscsysmod.F90 | 127 PetscViewer, parameter :: PETSC_VIEWER_DRAW_WORLD = tPetscViewer(4)
|
| /petsc/include/ |
| H A D | petscviewer.h | 384 #define PETSC_VIEWER_DRAW_WORLD PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD) macro
|
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 1521 if (draw & 0x1) PetscCall(VecView(X0, PETSC_VIEWER_DRAW_WORLD)); in main() 1522 if (draw & 0x2) PetscCall(VecView(X, PETSC_VIEWER_DRAW_WORLD)); in main() 1528 PetscCall(VecView(Y, PETSC_VIEWER_DRAW_WORLD)); in main()
|