Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/
H A Dweights.c137 PetscInt *degrees, *degb, *llprev, *llnext; in MatColoringCreateSmallestLastWeights() local
221 PetscCall(PetscMalloc2(ln, &llnext, ln, &llprev)); in MatColoringCreateSmallestLastWeights()
224 llnext[i] = -1; in MatColoringCreateSmallestLastWeights()
230 llnext[idx] = degb[degrees[idx]]; in MatColoringCreateSmallestLastWeights()
242 degb[i] = llnext[cur]; in MatColoringCreateSmallestLastWeights()
260 nxt = llnext[idx]; in MatColoringCreateSmallestLastWeights()
267 llnext[prv] = nxt; in MatColoringCreateSmallestLastWeights()
272 llnext[idx] = degb[degrees[idx]]; in MatColoringCreateSmallestLastWeights()
299 PetscCall(PetscFree2(llnext, llprev)); in MatColoringCreateSmallestLastWeights()