Searched refs:depthMax (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 1256 PetscInt *depthMax; /* The first hybrid point at each depth in the original mesh */ in DMPlexConstructCohesiveCells_Internal() local 1272 …PetscCall(PetscMalloc5(depth + 1, &depthMax, depth + 1, &depthEnd, 2 * (depth + 1), &depthShift, d… in DMPlexConstructCohesiveCells_Internal() 1276 PetscCall(DMPlexGetTensorPrismBounds_Internal(dm, d, &depthMax[d], NULL)); in DMPlexConstructCohesiveCells_Internal() 1278 depthMax[d] = depthMax[d] < 0 ? depthEnd[d] : depthMax[d]; in DMPlexConstructCohesiveCells_Internal() 1282 numHybridPointsOld[d] = depthMax[d] < 0 ? 0 : depthEnd[d] - depthMax[d]; in DMPlexConstructCohesiveCells_Internal() 1289 depthShift[2 * d] = depthMax[d]; in DMPlexConstructCohesiveCells_Internal() 1925 PetscCall(PetscFree5(depthMax, depthEnd, depthShift, pMaxNew, numHybridPointsOld)); in DMPlexConstructCohesiveCells_Internal()
|