Home
last modified time | relevance | path

Searched refs:PETSC_VIEWER_DRAW_WORLD (Results 1 – 25 of 31) sorted by relevance

12

/petsc/src/mat/tests/
H A Dex121.c71 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 Dex112.c70 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 Dex73.c67 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 Dex142.c138 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 Dex72.c244 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 Dex28.c33 PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main()
36 PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main()
H A Dex100f.F9059 PetscCallA(VecView(x, PETSC_VIEWER_DRAW_WORLD, ierr))
H A Dex100.c54 PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in RunTest()
/petsc/src/dm/tests/
H A Dex13.c29 PetscCall(VecView(global, PETSC_VIEWER_DRAW_WORLD)); in main()
H A Dex37.c35 PetscCall(VecView(global, PETSC_VIEWER_DRAW_WORLD)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex31.c65 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 Dex4.c46 PetscCall(VecView(u, PETSC_VIEWER_DRAW_WORLD)); in main()
/petsc/src/snes/tutorials/
H A Dex33.c155 PetscCall(VecView(u, PETSC_VIEWER_DRAW_WORLD)); in main()
162 PetscCall(VecView(u, PETSC_VIEWER_DRAW_WORLD)); in main()
H A Dex19.c160 if (user.draw_contours) PetscCall(VecView(x, PETSC_VIEWER_DRAW_WORLD)); in main()
/petsc/include/petsc/private/
H A Dftnimpl.h270 return PETSC_VIEWER_DRAW_WORLD; in PetscPatchDefaultViewers()
325 v = PETSC_VIEWER_DRAW_WORLD; \
/petsc/src/snes/tutorials/network/
H A Dex1.c81 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 Dpetscvwr.pxi146 PetscViewer PETSC_VIEWER_DRAW_WORLD
/petsc/src/ts/tutorials/multirate/
H A Dex5.c796 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 Dex7.c829 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 Dex6.c945 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 Dex4.c1388 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 Dex8.c1315 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 Dpetscsysmod.F90127 PetscViewer, parameter :: PETSC_VIEWER_DRAW_WORLD = tPetscViewer(4)
/petsc/include/
H A Dpetscviewer.h384 #define PETSC_VIEWER_DRAW_WORLD PETSC_VIEWER_DRAW_(PETSC_COMM_WORLD) macro
/petsc/src/ts/tutorials/
H A Dex9.c1521 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()

12