Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h686 struct _p_MatColoring { struct
688 Mat mat;
689 PetscInt dist; /* distance of the coloring */
690 …etscInt maxcolors; /* the maximum number of colors returned, maxcolors=1 for MIS */
691 void *data; /* inner context */
692 PetscBool valid; /* check to see if what is produced is a valid coloring */
693 MatColoringWeightType weight_type; /* type of weight computation to be performed */
694 PetscReal *user_weights; /* custom weights and permutation */
695 PetscInt *user_lperm;
696 …Bool valid_iscoloring; /* check to see if matcoloring is produced a valid iscoloring */