Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/
H A Dvalid.c14 PetscInt *staterow, *statecol, *statespread; in MatColoringTest() local
31 PetscCall(PetscMalloc1(nrows, &staterow)); in MatColoringTest()
52 stateleafrow[idx] = staterow[i]; in MatColoringTest()
74 staterow[i] = 0.; in MatColoringTest()
78 PetscCall(PetscSFReduceBegin(etor, itype, stateleafcol, staterow, MPI_MAX)); in MatColoringTest()
79 PetscCall(PetscSFReduceEnd(etor, itype, stateleafcol, staterow, MPI_MAX)); in MatColoringTest()
81 statespread = staterow; in MatColoringTest()
90 PetscCall(PetscFree(staterow)); in MatColoringTest()