Lines Matching refs:numUnsplitPoints

1246 …PetscInt        *numUnsplitPoints;   /* The number of non-replicated points at each depth which st…  in DMPlexConstructCohesiveCells_Internal()  local
1273 …tIS, depth + 1, &unsplitIS, depth + 1, &numSplitPoints, depth + 1, &numUnsplitPoints, depth + 1, &… in DMPlexConstructCohesiveCells_Internal()
1280 numUnsplitPoints[d] = 0; in DMPlexConstructCohesiveCells_Internal()
1310 PetscCall(ISGetLocalSize(unsplitIS[dep], &numUnsplitPoints[dep])); in DMPlexConstructCohesiveCells_Internal()
1320 …for (d = 1; d <= depth; ++d) numHybridPoints[d] = numSplitPoints[d - 1] + numUnsplitPoints[d - 1];… in DMPlexConstructCohesiveCells_Internal()
1415 for (p = 0; p < numUnsplitPoints[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()
1721 for (p = 0; p < numUnsplitPoints[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()
1926 …PetscCall(PetscFree7(splitIS, unsplitIS, numSplitPoints, numUnsplitPoints, numHybridPoints, splitP… in DMPlexConstructCohesiveCells_Internal()