Searched refs:coldegrees (Results 1 – 1 of 1) sorted by relevance
12 const PetscInt *coldegrees, *rowdegrees; in MatColoringCreateBipartiteGraph() local46 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()