Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1248 PetscInt *numHybridPointsOld; /* The number of existing hybrid points at each depth */ in DMPlexConstructCohesiveCells_Internal() local
1272 … 1, &depthEnd, 2 * (depth + 1), &depthShift, depth + 1, &pMaxNew, depth + 1, &numHybridPointsOld)); in DMPlexConstructCohesiveCells_Internal()
1282 numHybridPointsOld[d] = depthMax[d] < 0 ? 0 : depthEnd[d] - depthMax[d]; in DMPlexConstructCohesiveCells_Internal()
1326 …w[d] = DMPlexShiftPoint_Internal(pMaxNew[d], depth, depthShift) - (numHybridPointsOld[d] + numSpli… in DMPlexConstructCohesiveCells_Internal()
1922 pMaxNew[d] = pEnd - numHybridPoints[d] - numHybridPointsOld[d]; in DMPlexConstructCohesiveCells_Internal()
1925 PetscCall(PetscFree5(depthMax, depthEnd, depthShift, pMaxNew, numHybridPointsOld)); in DMPlexConstructCohesiveCells_Internal()