Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/order/
H A Dgenqmd.c50 PetscInt ndeg, irch, node, nump1, j, inode; in SPARSEPACKgenqmd() local
78 ndeg = xadj[node + 1] - xadj[node]; in SPARSEPACKgenqmd()
79 deg[node] = ndeg; in SPARSEPACKgenqmd()
80 if (ndeg < mindeg) mindeg = ndeg; in SPARSEPACKgenqmd()
96 ndeg = deg[node]; in SPARSEPACKgenqmd()
97 if (ndeg <= thresh) goto L500; in SPARSEPACKgenqmd()
98 if (ndeg < mindeg) mindeg = ndeg; in SPARSEPACKgenqmd()
139 ndeg = deg[inode]; in SPARSEPACKgenqmd()
140 if (ndeg < mindeg) mindeg = ndeg; in SPARSEPACKgenqmd()
141 if (ndeg > thresh) goto L700; in SPARSEPACKgenqmd()
[all …]
H A Dfnroot.c38 PetscInt ndeg, node, j, k, nabor, kstop, jstrt, kstrt, mindeg, ccsize, nunlvl; in SPARSEPACKfnroot() local
62 ndeg = 0; in SPARSEPACKfnroot()
68 if (mask[nabor] > 0) ++ndeg; in SPARSEPACKfnroot()
70 if (ndeg >= mindeg) goto L300; in SPARSEPACKfnroot()
72 mindeg = ndeg; in SPARSEPACKfnroot()
/petsc/src/mat/graphops/color/impls/minpack/
H A Ddegr.c5 …onst PetscInt *jpntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *ndeg, PetscInt *iwa) in MINPACKdegr() argument
55 --ndeg; in MINPACKdegr()
64 ndeg[jp] = 0; in MINPACKdegr()
96 ++ndeg[ic]; in MINPACKdegr()
97 ++ndeg[jcol]; in MINPACKdegr()
H A Dslo.c5 …PetscInt *jpntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *ndeg, PetscInt *list, Pe… in MINPACKslo() argument
67 --ndeg; in MINPACKslo()
79 list[jp] = ndeg[jp]; in MINPACKslo()
82 i__3 = ndeg[jp]; in MINPACKslo()
111 numdeg = ndeg[jp]; in MINPACKslo()
H A Dido.c7 …PetscInt *jpntr, const PetscInt *indcol, const PetscInt *ipntr, PetscInt *ndeg, PetscInt *list, Pe… in MINPACKido() argument
74 --ndeg; in MINPACKido()
82 PetscCall(MINPACKnumsrt(n, &i__1, &ndeg[1], &c_n1, &iwa4[1], &iwa2[1], &iwa3[1])); in MINPACKido()
145 if (ndeg[jp] > numwgt) { in MINPACKido()
146 numwgt = ndeg[jp]; in MINPACKido()