Searched refs:mindeg (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/graphops/order/ |
| H A D | genqmd.c | 51 PetscInt ip, np, mindeg, search; in SPARSEPACKgenqmd() local 69 mindeg = *neqns; in SPARSEPACKgenqmd() 80 if (ndeg < mindeg) mindeg = ndeg; in SPARSEPACKgenqmd() 87 thresh = mindeg; in SPARSEPACKgenqmd() 88 mindeg = *neqns; in SPARSEPACKgenqmd() 98 if (ndeg < mindeg) mindeg = ndeg; in SPARSEPACKgenqmd() 140 if (ndeg < mindeg) mindeg = ndeg; in SPARSEPACKgenqmd() 142 mindeg = thresh; in SPARSEPACKgenqmd()
|
| H A D | fnroot.c | 38 PetscInt ndeg, node, j, k, nabor, kstop, jstrt, kstrt, mindeg, ccsize, nunlvl; in SPARSEPACKfnroot() local 56 mindeg = ccsize; in SPARSEPACKfnroot() 70 if (ndeg >= mindeg) goto L300; in SPARSEPACKfnroot() 72 mindeg = ndeg; in SPARSEPACKfnroot()
|
| /petsc/src/mat/graphops/color/impls/minpack/ |
| H A D | slo.c | 11 PetscInt jcol, ic, ip, jp, ir, mindeg, numdeg, numord; in MINPACKslo() local 74 mindeg = *n; in MINPACKslo() 81 i__2 = mindeg; in MINPACKslo() 83 mindeg = PetscMin(i__2, i__3); in MINPACKslo() 127 jcol = iwa1[mindeg]; in MINPACKslo() 129 ++mindeg; in MINPACKslo() 137 if (mindeg + 1 == numord && !*maxclq) *maxclq = numord; in MINPACKslo() 146 iwa1[mindeg] = iwa3[jcol]; in MINPACKslo() 178 i__3 = mindeg; in MINPACKslo() 180 mindeg = PetscMin(i__3, i__4); in MINPACKslo()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DM.pyx | 704 cdef PetscInt mindeg = PETSC_DETERMINE 708 mindeg = asInt(minDegree) 714 CHKERR(DMCopyFields(self.dm, mindeg, maxdeg, dm.dm)) 776 cdef PetscInt mindeg = PETSC_DETERMINE 780 mindeg = asInt(minDegree) 786 CHKERR(DMCopyDS(self.dm, mindeg, maxdeg, dm.dm))
|