petsc-3.11.4 2019-09-28
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.
|
Keywords
Coloring, distance
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