Home
last modified time | relevance | path

Searched refs:valid_iscoloring (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/graphops/color/interface/
H A Dmatcoloring.c211 …heck that a valid iscoloring has been produced", "", mc->valid_iscoloring, &mc->valid_iscoloring, … in MatColoringSetFromOptions()
366 if (mc->valid_iscoloring) PetscCall(MatISColoringTest(mc->mat, *coloring)); in MatColoringApply()
/petsc/include/petsc/private/
H A Dmatimpl.h696 …PetscBool valid_iscoloring; /* check to see if matcoloring is produced a valid iscolor… member