Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/ !
H A Dweights.c145 PetscInt ncols, nxt, prv, cur; in MatColoringCreateSmallestLastWeights() local
260 nxt = llnext[idx]; in MatColoringCreateSmallestLastWeights()
265 if (nxt > 0) llprev[nxt] = prv; in MatColoringCreateSmallestLastWeights()
267 llnext[prv] = nxt; in MatColoringCreateSmallestLastWeights()
269 degb[degrees[idx]] = nxt; in MatColoringCreateSmallestLastWeights()