Home
last modified time | relevance | path

Searched defs:maxcolors (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c189 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 Dvalid.c19 PetscInt *stateleafrow, *stateleafcol, nleafrows, nleafcols, idx, nentries, maxcolors; in MatColoringTest() local
/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c19 …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 Dmatimpl.h690 …PetscInt maxcolors; /* the maximum number of colors returned, maxcolors=1 for MIS … member