Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c25 PetscSFAint *rootdispls, *leafdispls; /* displs for non-distinguished ranks */ member
107 …PetscCallMPI(MPIU_Ineighbor_alltoallv(rootbuf, dat->rootcounts, dat->rootdispls, link->unit, leafb… in PetscSFLinkStartCommunication_Neighbor()
110 …eafcounts, dat->leafdispls, link->unit, rootbuf, dat->rootcounts, dat->rootdispls, link->unit, dis… in PetscSFLinkStartCommunication_Neighbor()
134 …PetscCallMPI(MPIU_Neighbor_alltoallv_init(rootbuf, dat->rootcounts, dat->rootdispls, link->unit, l… in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
136 …eafcounts, dat->leafdispls, link->unit, rootbuf, dat->rootcounts, dat->rootdispls, link->unit, dis… in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
217 …PetscCall(PetscMalloc6(m2, &dat->rootdispls, m2, &dat->rootcounts, m2, &dat->rootweights, n2, &dat… in PetscSFSetUp_Neighbor()
221 dat->rootdispls[j] = rootoffset[i] - rootoffset[ndrootranks]; in PetscSFSetUp_Neighbor()
234 dat->rootdispls[j] = m; in PetscSFSetUp_Neighbor()
257 …PetscCall(PetscFree6(dat->rootdispls, dat->rootcounts, dat->rootweights, dat->leafdispls, dat->lea… in PetscSFReset_Neighbor()