Searched defs:maxcolors (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/graphops/color/interface/ |
| H A D | matcoloring.c | 189 PetscInt dist, maxcolors; in MatColoringSetFromOptions() local 302 PetscErrorCode MatColoringSetMaxColors(MatColoring mc, PetscInt maxcolors) in MatColoringSetMaxColors() 325 PetscErrorCode MatColoringGetMaxColors(MatColoring mc, PetscInt *maxcolors) in MatColoringGetMaxColors()
|
| /petsc/src/mat/graphops/color/utils/ |
| H A D | valid.c | 19 PetscInt *stateleafrow, *stateleafcol, nleafrows, nleafcols, idx, nentries, maxcolors; in MatColoringTest() local
|
| /petsc/src/mat/graphops/color/impls/greedy/ |
| H A D | greedy.c | 19 …PetscInt i, j, k, s, e, n, no, nd, nd_global, n_global, idx, ncols, maxcolors, masksize, cc… in GreedyColoringLocalDistanceOne_Private() local 173 …PetscInt i, j, k, l, s, e, n, nd, nd_global, n_global, idx, ncols, maxcolors, mcol, mcol_g… in GreedyColoringLocalDistanceTwo_Private() local
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 690 …PetscInt maxcolors; /* the maximum number of colors returned, maxcolors=1 for MIS … member
|