Home
last modified time | relevance | path

Searched refs:maxv (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/sell/seq/
H A Dsell.c1364 PetscReal minv = 0.0, maxv = 0.0; in MatView_SeqSELL_Draw_Zoom() local
1368 if (PetscAbsScalar(a->val[i]) > maxv) maxv = PetscAbsScalar(a->val[i]); in MatView_SeqSELL_Draw_Zoom()
1370 if (minv >= maxv) maxv = minv + PETSC_SMALL; in MatView_SeqSELL_Draw_Zoom()
1372 PetscCall(PetscDrawScalePopup(popup, minv, maxv)); in MatView_SeqSELL_Draw_Zoom()
1382 color = PetscDrawRealToColor(PetscAbsScalar(a->val[count]), minv, maxv); in MatView_SeqSELL_Draw_Zoom()
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c1972 PetscReal minv = 0.0, maxv = 0.0; in MatView_SeqBAIJ_Draw_Zoom() local
1976 if (PetscAbsScalar(a->a[i]) > maxv) maxv = PetscAbsScalar(a->a[i]); in MatView_SeqBAIJ_Draw_Zoom()
1978 if (minv >= maxv) maxv = minv + PETSC_SMALL; in MatView_SeqBAIJ_Draw_Zoom()
1980 PetscCall(PetscDrawScalePopup(popup, 0.0, maxv)); in MatView_SeqBAIJ_Draw_Zoom()
1993 color = PetscDrawRealToColor(PetscAbsScalar(v), minv, maxv); in MatView_SeqBAIJ_Draw_Zoom()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c1590 PetscReal minv = 0.0, maxv = 0.0; in MatView_SeqDense_Draw_Zoom() local
1594 if (PetscAbsScalar(v[i]) > maxv) maxv = PetscAbsScalar(v[i]); in MatView_SeqDense_Draw_Zoom()
1596 if (minv >= maxv) maxv = minv + PETSC_SMALL; in MatView_SeqDense_Draw_Zoom()
1598 PetscCall(PetscDrawScalePopup(popup, minv, maxv)); in MatView_SeqDense_Draw_Zoom()
1607 color = PetscDrawRealToColor(PetscAbsScalar(v[j * m + i]), minv, maxv); in MatView_SeqDense_Draw_Zoom()
/petsc/src/mat/impls/aij/seq/
H A Daij.c1025 PetscReal minv = 0.0, maxv = 0.0; in MatView_SeqAIJ_Draw_Zoom() local
1030 if (PetscAbsScalar(aa[i]) > maxv) maxv = PetscAbsScalar(aa[i]); in MatView_SeqAIJ_Draw_Zoom()
1032 if (minv >= maxv) maxv = minv + PETSC_SMALL; in MatView_SeqAIJ_Draw_Zoom()
1034 PetscCall(PetscDrawScalePopup(popup, minv, maxv)); in MatView_SeqAIJ_Draw_Zoom()
1043 color = PetscDrawRealToColor(PetscAbsScalar(aa[count]), minv, maxv); in MatView_SeqAIJ_Draw_Zoom()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas7711 (refine/maxv 1)