| /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 1327 y_l = m - i - 1.0; in MatView_SeqSELL_Draw_Zoom() 1328 y_r = y_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() 1339 y_l = m - i - 1.0; in MatView_SeqSELL_Draw_Zoom() 1340 y_r = y_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() 1351 y_l = m - i - 1.0; in MatView_SeqSELL_Draw_Zoom() 1352 y_r = y_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 405 y_l = A->rmap->N - row - 1.0; in MatView_SeqSBAIJ_Draw_Zoom() 406 y_r = y_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() 421 y_l = A->rmap->N - row - 1.0; in MatView_SeqSBAIJ_Draw_Zoom() 422 y_r = y_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() 437 y_l = A->rmap->N - row - 1.0; in MatView_SeqSBAIJ_Draw_Zoom() 438 y_r = y_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 1923 y_l = A->rmap->N - row - 1.0; in MatView_SeqBAIJ_Draw_Zoom() 1924 y_r = y_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() 1939 y_l = A->rmap->N - row - 1.0; in MatView_SeqBAIJ_Draw_Zoom() 1940 y_r = y_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() 1955 y_l = A->rmap->N - row - 1.0; in MatView_SeqBAIJ_Draw_Zoom() 1956 y_r = y_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 990 y_l = m - i - 1.0; in MatView_SeqAIJ_Draw_Zoom() 991 y_r = y_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() 1001 y_l = m - i - 1.0; in MatView_SeqAIJ_Draw_Zoom() 1002 y_r = y_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() 1012 y_l = m - i - 1.0; in MatView_SeqAIJ_Draw_Zoom() 1013 y_r = y_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 1578 y_l = m - i - 1.0; in MatView_SeqDense_Draw_Zoom() 1579 y_r = y_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() 1605 y_l = m - i - 1.0; in MatView_SeqDense_Draw_Zoom() 1606 y_r = y_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()
|