Lines Matching refs:unsplitPoints
1251 const PetscInt **unsplitPoints; /* Non-replicated points for each depth */ in DMPlexConstructCohesiveCells_Internal() local
1273 …umUnsplitPoints, depth + 1, &numHybridPoints, depth + 1, &splitPoints, depth + 1, &unsplitPoints)); in DMPlexConstructCohesiveCells_Internal()
1284 unsplitPoints[d] = NULL; in DMPlexConstructCohesiveCells_Internal()
1311 PetscCall(ISGetIndices(unsplitIS[dep], &unsplitPoints[dep])); in DMPlexConstructCohesiveCells_Internal()
1416 const PetscInt oldp = unsplitPoints[dep][p]; in DMPlexConstructCohesiveCells_Internal()
1502 PetscCall(PetscFindInt(cone[q], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1516 … PetscCall(PetscFindInt(econe[r], numUnsplitPoints[dep - 2], unsplitPoints[dep - 2], &vu)); in DMPlexConstructCohesiveCells_Internal()
1594 … PetscCall(PetscFindInt(cone[qa], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1655 PetscCall(PetscFindInt(cone[q], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1698 … PetscCall(PetscFindInt(cone[v], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &vertex)); in DMPlexConstructCohesiveCells_Internal()
1722 const PetscInt oldp = unsplitPoints[dep][p]; in DMPlexConstructCohesiveCells_Internal()
1758 … PetscCall(PetscFindInt(support[e], numUnsplitPoints[dep + 1], unsplitPoints[dep + 1], &edge)); in DMPlexConstructCohesiveCells_Internal()
1789 PetscCall(PetscFindInt(cone[0], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1792 PetscCall(PetscFindInt(cone[1], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1911 if (unsplitIS[dep]) PetscCall(ISRestoreIndices(unsplitIS[dep], &unsplitPoints[dep])); in DMPlexConstructCohesiveCells_Internal()
1926 …plitIS, unsplitIS, numSplitPoints, numUnsplitPoints, numHybridPoints, splitPoints, unsplitPoints)); in DMPlexConstructCohesiveCells_Internal()