Home
last modified time | relevance | path

Searched refs:leafcounts (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 …v(rootbuf, dat->rootcounts, dat->rootdispls, link->unit, leafbuf, dat->leafcounts, dat->leafdispls… in PetscSFLinkStartCommunication_Neighbor()
108 …sages(dat->rootdegree, dat->rootcounts, link->unit, dat->leafdegree, dat->leafcounts, link->unit)); in PetscSFLinkStartCommunication_Neighbor()
110 …PetscCallMPI(MPIU_Ineighbor_alltoallv(leafbuf, dat->leafcounts, dat->leafdispls, link->unit, rootb… in PetscSFLinkStartCommunication_Neighbor()
111 …PetscCall(PetscLogMPIMessages(dat->leafdegree, dat->leafcounts, link->unit, dat->rootdegree, dat->… in PetscSFLinkStartCommunication_Neighbor()
134 …t(rootbuf, dat->rootcounts, dat->rootdispls, link->unit, leafbuf, dat->leafcounts, dat->leafdispls… in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
136 …PetscCallMPI(MPIU_Neighbor_alltoallv_init(leafbuf, dat->leafcounts, dat->leafdispls, link->unit, r… in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
163 …sages(dat->rootdegree, dat->rootcounts, link->unit, dat->leafdegree, dat->leafcounts, link->unit)); in PetscSFLinkStartCommunication_Persistent_Neighbor()
165 …PetscCall(PetscLogMPIMessages(dat->leafdegree, dat->leafcounts, link->unit, dat->rootdegree, dat->… in PetscSFLinkStartCommunication_Persistent_Neighbor()
217 …at->rootcounts, m2, &dat->rootweights, n2, &dat->leafdispls, n2, &dat->leafcounts, n2, &dat->leafw… in PetscSFSetUp_Neighbor()
[all …]