Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c26 PetscMPIInt *rootweights, *leafweights; member
76 …mm, indegree, sources, dat->rootweights, outdegree, destinations, dat->leafweights, MPI_INFO_NULL,… in PetscSFGetDistComm_Neighbor()
78 …PetscCallMPI(MPI_Dist_graph_create_adjacent(comm, outdegree, destinations, dat->leafweights, indeg… in PetscSFGetDistComm_Neighbor()
217 …counts, m2, &dat->rootweights, n2, &dat->leafdispls, n2, &dat->leafcounts, n2, &dat->leafweights)); in PetscSFSetUp_Neighbor()
229 …dat->leafweights[j] = (PetscMPIInt)((PetscReal)dat->leafcounts[j] / (PetscReal)PETSC_INT_MAX * 214… in PetscSFSetUp_Neighbor()
245 dat->leafweights[j] = n; in PetscSFSetUp_Neighbor()
257 …ootdispls, dat->rootcounts, dat->rootweights, dat->leafdispls, dat->leafcounts, dat->leafweights)); in PetscSFReset_Neighbor()