Home
last modified time | relevance | path

Searched refs:prv (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
261 prv = llprev[idx]; in MatColoringCreateSmallestLastWeights()
265 if (nxt > 0) llprev[nxt] = prv; in MatColoringCreateSmallestLastWeights()
266 if (prv > 0) { in MatColoringCreateSmallestLastWeights()
267 llnext[prv] = nxt; in MatColoringCreateSmallestLastWeights()