| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.c | 1310 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqSELL_Draw_Zoom() local 1330 x_l = a->colidx[shift + a->sliceheight * j]; in MatView_SeqSELL_Draw_Zoom() 1331 x_r = x_l + 1.0; in MatView_SeqSELL_Draw_Zoom() 1333 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom() 1342 x_l = a->colidx[shift + a->sliceheight * j]; in MatView_SeqSELL_Draw_Zoom() 1343 x_r = x_l + 1.0; 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() 1354 x_l = a->colidx[shift + a->sliceheight * j]; in MatView_SeqSELL_Draw_Zoom() 1355 x_r = x_l + 1.0; 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() [all …]
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij.c | 388 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqSBAIJ_Draw_Zoom() local 407 x_l = a->j[j] * bs; in MatView_SeqSBAIJ_Draw_Zoom() 408 x_r = x_l + 1.0; in MatView_SeqSBAIJ_Draw_Zoom() 413 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqSBAIJ_Draw_Zoom() 423 x_l = a->j[j] * bs; in MatView_SeqSBAIJ_Draw_Zoom() 424 x_r = x_l + 1.0; 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() 439 x_l = a->j[j] * bs; in MatView_SeqSBAIJ_Draw_Zoom() 440 x_r = x_l + 1.0; 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 D | baij.c | 1904 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqBAIJ_Draw_Zoom() local 1925 x_l = a->j[j] * bs; in MatView_SeqBAIJ_Draw_Zoom() 1926 x_r = x_l + 1.0; in MatView_SeqBAIJ_Draw_Zoom() 1931 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom() 1941 x_l = a->j[j] * bs; in MatView_SeqBAIJ_Draw_Zoom() 1942 x_r = x_l + 1.0; 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() 1957 x_l = a->j[j] * bs; in MatView_SeqBAIJ_Draw_Zoom() 1958 x_r = x_l + 1.0; 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() [all …]
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 973 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqAIJ_Draw_Zoom() local 993 x_l = a->j[j]; in MatView_SeqAIJ_Draw_Zoom() 994 x_r = x_l + 1.0; in MatView_SeqAIJ_Draw_Zoom() 996 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom() 1004 x_l = a->j[j]; in MatView_SeqAIJ_Draw_Zoom() 1005 x_r = x_l + 1.0; 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() 1015 x_l = a->j[j]; in MatView_SeqAIJ_Draw_Zoom() 1016 x_r = x_l + 1.0; 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() [all …]
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 1561 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqDense_Draw_Zoom() local 1575 x_l = j; in MatView_SeqDense_Draw_Zoom() 1576 x_r = x_l + 1.0; in MatView_SeqDense_Draw_Zoom() 1583 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqDense_Draw_Zoom() 1602 x_l = j; in MatView_SeqDense_Draw_Zoom() 1603 x_r = x_l + 1.0; 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()
|