Lines Matching refs:splitPoints
1250 const PetscInt **splitPoints; /* Replicated points for each depth */ in DMPlexConstructCohesiveCells_Internal() local
1273 …depth + 1, &numUnsplitPoints, depth + 1, &numHybridPoints, depth + 1, &splitPoints, depth + 1, &un… in DMPlexConstructCohesiveCells_Internal()
1283 splitPoints[d] = NULL; in DMPlexConstructCohesiveCells_Internal()
1306 PetscCall(ISGetIndices(splitIS[dep], &splitPoints[dep])); in DMPlexConstructCohesiveCells_Internal()
1331 const PetscInt oldp = splitPoints[dep][p]; in DMPlexConstructCohesiveCells_Internal()
1429 PetscCall(PetscFindInt(support[s], numSplitPoints[dep + 1], splitPoints[dep + 1], &e)); in DMPlexConstructCohesiveCells_Internal()
1475 const PetscInt oldp = splitPoints[dep][p]; in DMPlexConstructCohesiveCells_Internal()
1500 PetscCall(PetscFindInt(cone[q], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1515 … PetscCall(PetscFindInt(econe[r], numSplitPoints[dep - 2], splitPoints[dep - 2], &vs)); in DMPlexConstructCohesiveCells_Internal()
1592 PetscCall(PetscFindInt(cone[qa], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1623 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &edge)); in DMPlexConstructCohesiveCells_Internal()
1641 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &edge)); in DMPlexConstructCohesiveCells_Internal()
1653 PetscCall(PetscFindInt(cone[q], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1682 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &face)); in DMPlexConstructCohesiveCells_Internal()
1696 PetscCall(PetscFindInt(cone[v], numSplitPoints[dep - 1], splitPoints[dep - 1], &vertex)); in DMPlexConstructCohesiveCells_Internal()
1711 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &face)); in DMPlexConstructCohesiveCells_Internal()
1738 PetscCall(PetscFindInt(support[s], numSplitPoints[dep + 1], splitPoints[dep + 1], &e)); in DMPlexConstructCohesiveCells_Internal()
1754 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &edge)); in DMPlexConstructCohesiveCells_Internal()
1773 … PetscCall(PetscFindInt(support[f], numSplitPoints[dep + 1], splitPoints[dep + 1], &face)); in DMPlexConstructCohesiveCells_Internal()
1801 … PetscCall(PetscFindInt(support[f], numSplitPoints[dep + 1], splitPoints[dep + 1], &face)); in DMPlexConstructCohesiveCells_Internal()
1841 PetscCall(PetscFindInt(coldp, numSplitPoints[dep - 1], splitPoints[dep - 1], &cp)); in DMPlexConstructCohesiveCells_Internal()
1861 …const PetscInt newp = DMPlexShiftPoint_Internal(splitPoints[0][v], depth, depthShift) /*depthOff… in DMPlexConstructCohesiveCells_Internal()
1880 …const PetscInt newp = DMPlexShiftPoint_Internal(splitPoints[dep][p], depth, depthShift) /*depthO… in DMPlexConstructCohesiveCells_Internal()
1909 if (splitIS[dep]) PetscCall(ISRestoreIndices(splitIS[dep], &splitPoints[dep])); in DMPlexConstructCohesiveCells_Internal()
1926 …splitIS, unsplitIS, numSplitPoints, numUnsplitPoints, numHybridPoints, splitPoints, unsplitPoints)… in DMPlexConstructCohesiveCells_Internal()