Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c24 PetscSFCount *rootcounts, *leafcounts; /* counts for non-distinguished ranks */ member
107 …PetscCallMPI(MPIU_Ineighbor_alltoallv(rootbuf, dat->rootcounts, dat->rootdispls, link->unit, leafb… in PetscSFLinkStartCommunication_Neighbor()
108 …PetscCall(PetscLogMPIMessages(dat->rootdegree, dat->rootcounts, link->unit, dat->leafdegree, dat->… in PetscSFLinkStartCommunication_Neighbor()
110 …v(leafbuf, dat->leafcounts, dat->leafdispls, link->unit, rootbuf, dat->rootcounts, dat->rootdispls… in PetscSFLinkStartCommunication_Neighbor()
111 …sages(dat->leafdegree, dat->leafcounts, link->unit, dat->rootdegree, dat->rootcounts, link->unit)); in PetscSFLinkStartCommunication_Neighbor()
134 …PetscCallMPI(MPIU_Neighbor_alltoallv_init(rootbuf, dat->rootcounts, dat->rootdispls, link->unit, l… in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
136 …t(leafbuf, dat->leafcounts, dat->leafdispls, link->unit, rootbuf, dat->rootcounts, dat->rootdispls… in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
163 …PetscCall(PetscLogMPIMessages(dat->rootdegree, dat->rootcounts, link->unit, dat->leafdegree, dat->… in PetscSFLinkStartCommunication_Persistent_Neighbor()
165 …sages(dat->leafdegree, dat->leafcounts, link->unit, dat->rootdegree, dat->rootcounts, link->unit)); in PetscSFLinkStartCommunication_Persistent_Neighbor()
217 …PetscCall(PetscMalloc6(m2, &dat->rootdispls, m2, &dat->rootcounts, m2, &dat->rootweights, n2, &dat… in PetscSFSetUp_Neighbor()
[all …]