Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/
H A Dvalid.c19 PetscInt *stateleafrow, *stateleafcol, nleafrows, nleafcols, idx, nentries, maxcolors; in MatColoringTest() local
28 PetscCall(PetscSFGetGraph(etoc, &ncols, &nleafcols, NULL, NULL)); in MatColoringTest()
32 PetscCall(PetscMalloc1(nleafcols, &stateleafcol)); in MatColoringTest()