Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1245 PetscInt *numSplitPoints; /* The number of replicated points at each depth */ in DMPlexConstructCohesiveCells_Internal() local
1273 …PetscCall(PetscMalloc7(depth + 1, &splitIS, depth + 1, &unsplitIS, depth + 1, &numSplitPoints, dep… in DMPlexConstructCohesiveCells_Internal()
1279 numSplitPoints[d] = 0; in DMPlexConstructCohesiveCells_Internal()
1305 PetscCall(ISGetLocalSize(splitIS[dep], &numSplitPoints[dep])); in DMPlexConstructCohesiveCells_Internal()
1320 …for (d = 1; d <= depth; ++d) numHybridPoints[d] = numSplitPoints[d - 1] + numUnsplitPoints[d - 1];… in DMPlexConstructCohesiveCells_Internal()
1321 for (d = 0; d <= depth; ++d) depthShift[2 * d + 1] = numSplitPoints[d] + numHybridPoints[d]; in DMPlexConstructCohesiveCells_Internal()
1326 …t_Internal(pMaxNew[d], depth, depthShift) - (numHybridPointsOld[d] + numSplitPoints[d] + numHybrid… in DMPlexConstructCohesiveCells_Internal()
1330 for (p = 0; p < numSplitPoints[dep]; ++p) { in DMPlexConstructCohesiveCells_Internal()
1345 const PetscInt hybcell = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1372 const PetscInt hybedge = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
[all …]