Home
last modified time | relevance | path

Searched refs:stateleafcol (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
32 PetscCall(PetscMalloc1(nleafcols, &stateleafcol)); in MatColoringTest()
71 stateleafcol[idx] = statecol[i]; in MatColoringTest()
78 PetscCall(PetscSFReduceBegin(etor, itype, stateleafcol, staterow, MPI_MAX)); in MatColoringTest()
79 PetscCall(PetscSFReduceEnd(etor, itype, stateleafcol, staterow, MPI_MAX)); in MatColoringTest()
91 PetscCall(PetscFree(stateleafcol)); in MatColoringTest()