Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1247 PetscInt *numHybridPoints; /* The number of new hybrid points at each depth */ in DMPlexConstructCohesiveCells_Internal() local
1273 …epth + 1, &numSplitPoints, depth + 1, &numUnsplitPoints, depth + 1, &numHybridPoints, depth + 1, &… in DMPlexConstructCohesiveCells_Internal()
1281 numHybridPoints[d] = 0; 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 …(pMaxNew[d], depth, depthShift) - (numHybridPointsOld[d] + numSplitPoints[d] + numHybridPoints[d]); in DMPlexConstructCohesiveCells_Internal()
1922 pMaxNew[d] = pEnd - numHybridPoints[d] - numHybridPointsOld[d]; in DMPlexConstructCohesiveCells_Internal()
1926 …PetscCall(PetscFree7(splitIS, unsplitIS, numSplitPoints, numUnsplitPoints, numHybridPoints, splitP… in DMPlexConstructCohesiveCells_Internal()