Home
last modified time | relevance | path

Searched refs:MatColoringPatch (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/graphops/color/impls/minpack/
H A Dcolor.c79 PetscCall(MatColoringPatch(mat_seq, ncolors, n, s, iscoloring)); in MatColoringApply_SL()
181 PetscCall(MatColoringPatch(mat_seq, ncolors, n, s, iscoloring)); in MatColoringApply_LF()
283 PetscCall(MatColoringPatch(mat_seq, ncolors, n, s, iscoloring)); in MatColoringApply_ID()
/petsc/include/
H A Dpetscmat.h1693 PETSC_EXTERN PetscErrorCode MatColoringPatch(Mat, PetscInt, PetscInt, ISColoringValue[], ISColoring…
/petsc/src/mat/interface/
H A Dmatrix.c8376 PetscErrorCode MatColoringPatch(Mat mat, PetscInt ncolors, PetscInt n, ISColoringValue colorarray[]… in MatColoringPatch() function