Lines Matching refs:numLColors
1147 …PetscInt numLabels, l, numColors, numLColors, dim, d, depth, cStart, cEnd, c, vStart, vEnd, v,… in DMPlexView_Ascii() local
1165 numLColors = 10; in DMPlexView_Ascii()
1166 PetscCall(PetscCalloc3(numLabels, &names, numColors, &colors, numLColors, &lcolors)); in DMPlexView_Ascii()
1185 …ptions, ((PetscObject)viewer)->prefix, "-dm_plex_view_lcolors", lcolors, &numLColors, &useColors)); in DMPlexView_Ascii()
1187 numLColors = 4; in DMPlexView_Ascii()
1188 for (c = 0; c < numLColors; ++c) PetscCall(PetscStrallocpy(deflcolors[c], &lcolors[c])); in DMPlexView_Ascii()
1297 color = lcolors[l % numLColors]; in DMPlexView_Ascii()
1346 color = lcolors[l % numLColors]; in DMPlexView_Ascii()
1367 color = lcolors[l % numLColors]; in DMPlexView_Ascii()
1465 color = lcolors[l % numLColors]; in DMPlexView_Ascii()
1524 for (c = 0; c < numLColors; ++c) PetscCall(PetscFree(lcolors[c])); in DMPlexView_Ascii()