Searched refs:colormask (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/graphops/color/impls/jp/ |
| H A D | jp.c | 137 PetscInt *colormask; in MCJPInitialLocalColor_Private() local 174 PetscCall(PetscMalloc5(n, &colormask, n, &seen, n, &idxbuf, n, &distbuf, n, &boundary)); in MCJPInitialLocalColor_Private() 177 colormask[i] = -1; in MCJPInitialLocalColor_Private() 239 if (colors[idx] < IS_COLORING_MAX) colormask[colors[idx]] = cidx; in MCJPInitialLocalColor_Private() 255 if (colormask[j] != cidx || j >= mc->maxcolors) { in MCJPInitialLocalColor_Private() 262 PetscCall(PetscFree5(colormask, seen, idxbuf, distbuf, boundary)); in MCJPInitialLocalColor_Private()
|