petsc-3.12.5 2020-03-29
MatColoringGetDistance
Gets the distance of the coloring
Synopsis
#include "petscmat.h"
PetscErrorCode MatColoringGetDistance(MatColoring mc,PetscInt *dist)
Logically Collective on MatColoring
Input Parameter
mc -the MatColoring context
Output Paramter
dist -the current distance being used for the coloring.
See Also
MatColoringSetDistance(), MatColoringApply()
Level
beginner
Location
src/mat/color/interface/matcoloring.c
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages