Home
last modified time | relevance | path

Searched refs:stateleafrow (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
33 PetscCall(PetscMalloc1(nleafrows, &stateleafrow)); in MatColoringTest()
52 stateleafrow[idx] = staterow[i]; in MatColoringTest()
59 PetscCall(PetscSFReduceBegin(etoc, itype, stateleafrow, statecol, MPI_MAX)); in MatColoringTest()
60 PetscCall(PetscSFReduceEnd(etoc, itype, stateleafrow, statecol, MPI_MAX)); in MatColoringTest()
92 PetscCall(PetscFree(stateleafrow)); in MatColoringTest()