Searched refs:locationsOfLeafs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1493 …PetscInt *cumSumDegrees, *newOwners, *newNumbers, *rankOnLeafs, *locationsOfLeafs, *remot… in DMPlexRewriteSF() local 1520 PetscCall(PetscMalloc1(sumDegrees, &locationsOfLeafs)); in DMPlexRewriteSF() 1523 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, rankOnLeafs, locationsOfLeafs)); in DMPlexRewriteSF() 1524 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, rankOnLeafs, locationsOfLeafs)); in DMPlexRewriteSF() 1552 if (locationsOfLeafs[cumSumDegrees[oldNumber] + j] == newOwner) { in DMPlexRewriteSF() 1565 PetscCall(PetscFree(locationsOfLeafs)); in DMPlexRewriteSF()
|