Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c12 const PetscInt *coldegrees, *rowdegrees; in MatColoringCreateBipartiteGraph() local
46 PetscCall(PetscSFComputeDegreeBegin(*etoc, &coldegrees)); in MatColoringCreateBipartiteGraph()
47 PetscCall(PetscSFComputeDegreeEnd(*etoc, &coldegrees)); in MatColoringCreateBipartiteGraph()
50 for (i = 0; i < cn; i++) ncolentries += coldegrees[i]; in MatColoringCreateBipartiteGraph()