Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/jp/
H A Djp.c29 …rorCode MCJPGreatestWeight_Private(MatColoring mc, const PetscReal *weights, PetscReal *maxweights) in MCJPGreatestWeight_Private() argument
88 maxweights[i] = weights[i]; in MCJPGreatestWeight_Private()
89 dwts[i] = maxweights[i]; in MCJPGreatestWeight_Private()
105 if (dwts[cols[j]] > maxweights[i]) maxweights[i] = dwts[cols[j]]; in MCJPGreatestWeight_Private()
112 if (owts[cols[j]] > maxweights[i]) maxweights[i] = owts[cols[j]]; in MCJPGreatestWeight_Private()
117 for (i = 0; i < dn; i++) dwts[i] = maxweights[i]; in MCJPGreatestWeight_Private()
396 PetscReal *weights, *maxweights; in MatColoringApply_JP() local
406 PetscCall(PetscMalloc1(n, &maxweights)); in MatColoringApply_JP()
431 PetscCall(MCJPGreatestWeight_Private(mc, weights, maxweights)); in MatColoringApply_JP()
434 if (weights[i] >= maxweights[i] && weights[i] >= 0.) { in MatColoringApply_JP()
[all …]