Searched refs:minv (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 294 PetscInt num_points, *points = NULL, minv = PETSC_INT_MAX; in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() local 300 minv = PetscMin(minv, p); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 303 …PetscAssert(my_donor_degree[minv - vStart] == 1, PETSC_COMM_SELF, PETSC_ERR_SUP, "Local vertex not… in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private() 304 my_donor_indices[minv - vStart] = f; in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
|
| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.c | 1364 PetscReal minv = 0.0, maxv = 0.0; in MatView_SeqSELL_Draw_Zoom() local 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/dense/seq/ |
| H A D | dense.c | 1590 PetscReal minv = 0.0, maxv = 0.0; in MatView_SeqDense_Draw_Zoom() local 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/baij/seq/ |
| H A D | baij.c | 1972 PetscReal minv = 0.0, maxv = 0.0; in MatView_SeqBAIJ_Draw_Zoom() local 1978 if (minv >= maxv) maxv = minv + PETSC_SMALL; in MatView_SeqBAIJ_Draw_Zoom() 1993 color = PetscDrawRealToColor(PetscAbsScalar(v), minv, maxv); in MatView_SeqBAIJ_Draw_Zoom()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 1025 PetscReal minv = 0.0, maxv = 0.0; in MatView_SeqAIJ_Draw_Zoom() local 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 D | testcase3D.cas | 7821 (adapt/minv 0)
|