Home
last modified time | relevance | path

Searched refs:x_r (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/impls/hpddm/
H A Dhpddm.cxx234 PetscAliasedReal *x_r; in KSPSolve_HPDDM_Private() local
303x_r = reinterpret_cast<PetscAliasedReal *>(x), low_r = reinterpret_cast<PetscDownscaledReal *>(x_r in KSPSolve_HPDDM_Private()
304 for (PetscInt i = 2 * N; i-- > 0;) x_r[i] = static_cast<PetscReal>(low_r[i]); in KSPSolve_HPDDM_Private()
/petsc/src/mat/impls/sell/seq/
H A Dsell.c1310 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqSELL_Draw_Zoom() local
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()
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()
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()
1381 x_r = x_l + 1.0; 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.c388 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqSBAIJ_Draw_Zoom() local
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()
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()
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 Dbaij.c1904 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqBAIJ_Draw_Zoom() local
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()
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()
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()
1988 x_r = x_l + 1.0; 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.c973 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqAIJ_Draw_Zoom() local
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()
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()
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()
1042 x_r = x_l + 1.0; 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.c1561 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqDense_Draw_Zoom() local
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()
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()