Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1495 PetscSFNode *rootNodes, *leafNodes, *pointRemote; in DMPlexCreatePointSF() local
1513 PetscCall(PetscMalloc2(nroots, &rootNodes, nleaves, &leafNodes)); in DMPlexCreatePointSF()
1560 rootNodes[p].rank = rootVote[p].rank; in DMPlexCreatePointSF()
1561 rootNodes[p].index = rootVote[p].index; in DMPlexCreatePointSF()
1567 rootNodes[p].index = -1; in DMPlexCreatePointSF()
1568 rootNodes[p].rank = rank; in DMPlexCreatePointSF()
1572 if (roots[p].rank == rank) rootNodes[roots[p].index].index = leaves ? leaves[p] : p; in DMPlexCreatePointSF()
1575 PetscCall(PetscSFBcastBegin(migrationSF, MPIU_SF_NODE, rootNodes, leafNodes, MPI_REPLACE)); in DMPlexCreatePointSF()
1576 PetscCall(PetscSFBcastEnd(migrationSF, MPIU_SF_NODE, rootNodes, leafNodes, MPI_REPLACE)); in DMPlexCreatePointSF()
1597 PetscCall(PetscFree2(rootNodes, leafNodes)); in DMPlexCreatePointSF()