Searched refs:unsplitPoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 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() [all …]
|