Lines Matching refs:roffset
77 const PetscInt *roffset, *rmine, *rremote; in SortByRemote_Private() local
81 PetscCall(PetscSFGetRootRanks(sf, &nranks, &ranks, &roffset, &rmine, &rremote)); in SortByRemote_Private()
82 nleaves = roffset[nranks]; in SortByRemote_Private()
87 o = roffset[r]; in SortByRemote_Private()
88 n = roffset[r + 1] - o; in SortByRemote_Private()
101 const PetscInt *roffset; in GetRecursiveConeCoordinatesPerRank_Private() local
106 PetscCall(PetscSFGetRootRanks(sf, &nranks, &ranks, &roffset, NULL, NULL)); in GetRecursiveConeCoordinatesPerRank_Private()
109 o = roffset[r]; in GetRecursiveConeCoordinatesPerRank_Private()
110 n = roffset[r + 1] - o; in GetRecursiveConeCoordinatesPerRank_Private()
171 const PetscInt *mine, *roffset, *rmine, *rremote; in DMPlexCheckInterfaceCones() local
202 PetscCall(PetscSFGetRootRanks(sf, &nranks, &ranks, &roffset, &rmine, &rremote)); in DMPlexCheckInterfaceCones()