MatColoringGetMaxColors#

Gets the maximum number of colors

Synopsis#

#include "petscmat.h"  
PetscErrorCode MatColoringGetMaxColors(MatColoring mc, PetscInt *maxcolors)

Logically Collective

Input Parameter#

Output Parameter#

  • maxcolors - the current maximum number of colors to produce

See Also#

MatColoring, MatColoringSetMaxColors(), MatColoringApply()

Level#

beginner

Location#

src/mat/graphops/color/interface/matcoloring.c


Index of all MatGraphOperations routines
Table of Contents for all manual pages
Index of all manual pages