Home
last modified time | relevance | path

Searched refs:numUnsplitPoints (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1246 …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()
[all …]