Home
last modified time | relevance | path

Searched refs:MatColoringGetMaxColors (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c195 PetscCall(MatColoringGetMaxColors(mc, &maxcolors)); in MatColoringSetFromOptions()
325 PetscErrorCode MatColoringGetMaxColors(MatColoring mc, PetscInt *maxcolors) in MatColoringGetMaxColors() function
/petsc/src/mat/graphops/color/utils/
H A Dvalid.c23 PetscCall(MatColoringGetMaxColors(mc, &maxcolors)); in MatColoringTest()
/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c68 PetscCall(MatColoringGetMaxColors(mc, &maxcolors)); in GreedyColoringLocalDistanceOne_Private()
245 PetscCall(MatColoringGetMaxColors(mc, &maxcolors)); in GreedyColoringLocalDistanceTwo_Private()
/petsc/include/
H A Dpetscmat.h1690 PETSC_EXTERN PetscErrorCode MatColoringGetMaxColors(MatColoring, PetscInt *);