Searched refs:thresh (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/graphops/order/ |
| H A D | genqmd.c | 52 PetscInt nhdsze, nxnode, rchsze, thresh, num; in SPARSEPACKgenqmd() local 87 thresh = mindeg; in SPARSEPACKgenqmd() 97 if (ndeg <= thresh) goto L500; in SPARSEPACKgenqmd() 141 if (ndeg > thresh) goto L700; in SPARSEPACKgenqmd() 142 mindeg = thresh; in SPARSEPACKgenqmd() 143 thresh = ndeg; in SPARSEPACKgenqmd()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 2505 …PetscReal thresh = chop * (PetscAbsScalar(array[i * (n + 1)]) + PetscAbsScalar(array[j * (n + 1)])… in PCBDDCDetectDisconnectedComponents() local 2506 if (PetscAbsScalar(array[i * n + j]) < thresh) array[i * n + j] = 0.; in PCBDDCDetectDisconnectedComponents() 2507 if (PetscAbsScalar(array[j * n + i]) < thresh) array[j * n + i] = 0.; in PCBDDCDetectDisconnectedComponents() 3360 PetscReal *eigs, thresh, lthresh, uthresh; in PCBDDCAdaptiveSelection() local 3436 thresh = 1.0; in PCBDDCAdaptiveSelection() 3439 …, LAPACKsygvx_(&B_itype, "V", "V", "L", &B_N, St, &B_N, S, &B_N, &zero, &thresh, B_iwork, B_iwork,… in PCBDDCAdaptiveSelection() 3441 …, LAPACKsygvx_(&B_itype, "V", "V", "L", &B_N, St, &B_N, S, &B_N, &zero, &thresh, B_iwork, B_iwork,… in PCBDDCAdaptiveSelection()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 6725 (dynamesh/surf-smoother/filter-curv-thresh? #t)
|