Home
last modified time | relevance | path

Searched refs:PetscDrawRectangle (Results 1 – 12 of 12) sorted by relevance

/petsc/src/sys/classes/draw/tests/
H A Dex7.c59 PetscCall(PetscDrawRectangle(draw, 0, 0, 0, 0, k, k, k, k)); in main()
60 PetscCall(PetscDrawRectangle(draw, w, 0, w, 0, k, k, k, k)); in main()
61 PetscCall(PetscDrawRectangle(draw, 0, h, 0, h, k, k, k, k)); in main()
62 PetscCall(PetscDrawRectangle(draw, w, h, w, h, k, k, k, k)); in main()
64 PetscCall(PetscDrawRectangle(draw, 0 + 2, 0, w - 2, 0, k, k, k, k)); in main()
65 PetscCall(PetscDrawRectangle(draw, 0 + 2, h, w - 2, h, k, k, k, k)); in main()
66 PetscCall(PetscDrawRectangle(draw, 0, 0 + 2, 0, h - 2, k, k, k, k)); in main()
67 PetscCall(PetscDrawRectangle(draw, w, 0 + 2, w, h - 2, k, k, k, k)); in main()
69 PetscCall(PetscDrawRectangle(draw, 0 + 2, 0 + 2, w / 2 - 1, h / 2 - 1, b, b, b, b)); in main()
70 PetscCall(PetscDrawRectangle(draw, 0 + 2, h / 2 + 1, w / 2 - 1, h - 2, r, r, r, r)); in main()
[all …]
/petsc/src/sys/classes/draw/interface/
H A Ddrect.c124 PetscErrorCode PetscDrawRectangle(PetscDraw draw, PetscReal xl, PetscReal yl, PetscReal xr, PetscRe… in PetscDrawRectangle() function
H A Ddtri.c72 PetscCall(PetscDrawRectangle(popup, xl, yl, xr, yr, c, c, c, c)); in PetscDrawScalePopup()
/petsc/src/sys/classes/draw/utils/
H A Dbars.c200 …PetscCall(PetscDrawRectangle(draw, binLeft, ymin, binRight, values[idx], bcolor, bcolor, bcolor, b… in PetscDrawBarDraw()
H A Dhists.c378 …PetscCall(PetscDrawRectangle(draw, binLeft, ymin, binRight, bins[0], bcolor, bcolor, bcolor, bcolo… in PetscDrawHGDraw()
442 …PetscCall(PetscDrawRectangle(draw, binLeft, ymin, binRight, bins[i], bcolor, bcolor, bcolor, bcolo… in PetscDrawHGDraw()
/petsc/src/mat/matfd/
H A Dfdmatrix.c38 PetscCall(PetscDrawRectangle(draw, x, y, x + 1, y + 1, i + 1, i + 1, i + 1, i + 1)); in MatFDColoringView_Draw_Zoom()
/petsc/include/
H A Dpetscdraw.h161 PETSC_EXTERN PetscErrorCode PetscDrawRectangle(PetscDraw, PetscReal, PetscReal, PetscReal, PetscRea…
/petsc/src/mat/impls/sell/seq/
H A Dsell.c1333 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom()
1345 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom()
1357 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom()
1383 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij.c413 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqSBAIJ_Draw_Zoom()
429 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqSBAIJ_Draw_Zoom()
445 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqSBAIJ_Draw_Zoom()
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c1931 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom()
1947 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom()
1963 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom()
1994 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom()
/petsc/src/mat/impls/aij/seq/
H A Daij.c996 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom()
1007 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom()
1018 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom()
1044 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c1583 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqDense_Draw_Zoom()
1608 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqDense_Draw_Zoom()