Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c65 const PetscMPIInt *rootranks, *leafranks, *sources, *destinations; in PetscSFGetDistComm_Neighbor() local
73 destinations = PetscSafePointerPlusOffset(leafranks, ndleafranks); in PetscSFGetDistComm_Neighbor()
76 …create_adjacent(comm, indegree, sources, dat->rootweights, outdegree, destinations, dat->leafweigh… in PetscSFGetDistComm_Neighbor()
78 …PetscCallMPI(MPI_Dist_graph_create_adjacent(comm, outdegree, destinations, dat->leafweights, indeg… in PetscSFGetDistComm_Neighbor()