Searched refs:cmask (Results 1 – 1 of 1) sorted by relevance
7 PetscInt *dmask, *omask, *cmask; member280 PetscInt *dmask = jp->dmask, *omask = jp->omask, *cmask = jp->cmask, curmask; in MCJPMinColor_Private() local324 PetscCall(PetscMalloc1(dn, &cmask)); in MCJPMinColor_Private()325 jp->cmask = cmask; in MCJPMinColor_Private()335 cmask[i] = 0; in MCJPMinColor_Private()336 …if (colors[i] < maskbase + maskradix && colors[i] >= maskbase) cmask[i] = 1 << (colors[i] - maskba… in MCJPMinColor_Private()337 dmask[i] = cmask[i]; in MCJPMinColor_Private()351 for (j = 0; j < ncols; j++) cmask[i] = cmask[i] | dmask[cols[j]]; in MCJPMinColor_Private()355 for (j = 0; j < ncols; j++) cmask[i] = cmask[i] | omask[cols[j]]; in MCJPMinColor_Private()358 for (i = 0; i < dn; i++) dmask[i] = cmask[i]; in MCJPMinColor_Private()[all …]