Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c4 …EXTERN PetscErrorCode MatColoringCreateBipartiteGraph(MatColoring mc, PetscSF *etoc, PetscSF *etor) in MatColoringCreateBipartiteGraph() argument
39 PetscCall(PetscSFCreate(PetscObjectComm((PetscObject)m), etor)); in MatColoringCreateBipartiteGraph()
60 PetscCall(PetscSFSetGraphLayout(*etor, m->rmap, ncolentries, NULL, PETSC_COPY_VALUES, colleaf)); in MatColoringCreateBipartiteGraph()
61 PetscCall(PetscSFSetFromOptions(*etor)); in MatColoringCreateBipartiteGraph()
63 PetscCall(PetscLogEventBegin(MATCOLORING_Comm, *etor, 0, 0, 0)); in MatColoringCreateBipartiteGraph()
64 PetscCall(PetscSFComputeDegreeBegin(*etor, &rowdegrees)); in MatColoringCreateBipartiteGraph()
65 PetscCall(PetscSFComputeDegreeEnd(*etor, &rowdegrees)); in MatColoringCreateBipartiteGraph()
66 PetscCall(PetscLogEventEnd(MATCOLORING_Comm, *etor, 0, 0, 0)); in MatColoringCreateBipartiteGraph()
H A Dvalid.c9 PetscSF etor, etoc; in MatColoringTest() local
25 PetscCall(MatColoringCreateBipartiteGraph(mc, &etoc, &etor)); in MatColoringTest()
27 PetscCall(PetscSFGetGraph(etor, &nrows, &nleafrows, NULL, NULL)); in MatColoringTest()
45 PetscCall(PetscSFComputeDegreeBegin(etor, &degrees)); in MatColoringTest()
46 PetscCall(PetscSFComputeDegreeEnd(etor, &degrees)); in MatColoringTest()
78 PetscCall(PetscSFReduceBegin(etor, itype, stateleafcol, staterow, MPI_MAX)); in MatColoringTest()
79 PetscCall(PetscSFReduceEnd(etor, itype, stateleafcol, staterow, MPI_MAX)); in MatColoringTest()
93 PetscCall(PetscSFDestroy(&etor)); in MatColoringTest()