Home
last modified time | relevance | path

Searched refs:leafdispls (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 …ootcounts, dat->rootdispls, link->unit, leafbuf, dat->leafcounts, dat->leafdispls, link->unit, dis… in PetscSFLinkStartCommunication_Neighbor()
110 …PetscCallMPI(MPIU_Ineighbor_alltoallv(leafbuf, dat->leafcounts, dat->leafdispls, link->unit, rootb… in PetscSFLinkStartCommunication_Neighbor()
134 …ootcounts, dat->rootdispls, link->unit, leafbuf, dat->leafcounts, dat->leafdispls, link->unit, dis… in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
136 …PetscCallMPI(MPIU_Neighbor_alltoallv_init(leafbuf, dat->leafcounts, dat->leafdispls, link->unit, r… in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
217 …at->rootdispls, m2, &dat->rootcounts, m2, &dat->rootweights, n2, &dat->leafdispls, n2, &dat->leafc… in PetscSFSetUp_Neighbor()
227 dat->leafdispls[j] = leafoffset[i] - leafoffset[ndleafranks]; in PetscSFSetUp_Neighbor()
242 dat->leafdispls[j] = m; in PetscSFSetUp_Neighbor()
257 …PetscCall(PetscFree6(dat->rootdispls, dat->rootcounts, dat->rootweights, dat->leafdispls, dat->lea… in PetscSFReset_Neighbor()