Searched refs:leafNodes (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1495 PetscSFNode *rootNodes, *leafNodes, *pointRemote; in DMPlexCreatePointSF() local 1513 PetscCall(PetscMalloc2(nroots, &rootNodes, nleaves, &leafNodes)); 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() 1579 if (leafNodes[p].rank != rank) npointLeaves++; in DMPlexCreatePointSF() 1584 if (leafNodes[p].rank != rank) { in DMPlexCreatePointSF() 1587 pointRemote[idx] = leafNodes[p]; in DMPlexCreatePointSF() 1597 PetscCall(PetscFree2(rootNodes, leafNodes)); in DMPlexCreatePointSF()
|