Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/
H A Dweights.c151 PetscReal *lweights, r; in MatColoringCreateSmallestLastWeights() local
170 PetscCall(PetscMalloc1(lm, &lweights)); in MatColoringCreateSmallestLastWeights()
173 lweights[i] = 1.; in MatColoringCreateSmallestLastWeights()
216 lweights[i] = r; in MatColoringCreateSmallestLastWeights()
219 PetscCall(PetscSortRealWithPermutation(lm, lweights, rperm)); in MatColoringCreateSmallestLastWeights()
264 if (lweights[idx] <= lweights[cur]) lweights[idx] = lweights[cur] + 1; in MatColoringCreateSmallestLastWeights()
295 if (gidx[i] >= s && gidx[i] < e) weights[gidx[i] - s] = lweights[i]; in MatColoringCreateSmallestLastWeights()
301 PetscCall(PetscFree(lweights)); in MatColoringCreateSmallestLastWeights()