Searched refs:remoteLocalPointOfLeafs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1493 …rees, *newOwners, *newNumbers, *rankOnLeafs, *locationsOfLeafs, *remoteLocalPointOfLeafs, *points,… in DMPlexRewriteSF() local 1528 PetscCall(PetscMalloc1(sumDegrees, &remoteLocalPointOfLeafs)); in DMPlexRewriteSF() 1531 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, points, remoteLocalPointOfLeafs)); in DMPlexRewriteSF() 1532 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, points, remoteLocalPointOfLeafs)); in DMPlexRewriteSF() 1553 newNumber = remoteLocalPointOfLeafs[cumSumDegrees[oldNumber] + j]; in DMPlexRewriteSF() 1566 PetscCall(PetscFree(remoteLocalPointOfLeafs)); in DMPlexRewriteSF()
|