Home
last modified time | relevance | path

Searched refs:rowdegrees (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
64 PetscCall(PetscSFComputeDegreeBegin(*etor, &rowdegrees)); in MatColoringCreateBipartiteGraph()
65 PetscCall(PetscSFComputeDegreeEnd(*etor, &rowdegrees)); in MatColoringCreateBipartiteGraph()