Searched refs:depthEnd (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmplextransformimpl.h | 44 PetscInt *depthEnd; /* The starting point for the next depth stratum */ member
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 414 PetscCall(PetscFree2((*tr)->depthStart, (*tr)->depthEnd)); in DMPlexTransformDestroy() 657 PetscCall(PetscMalloc2(tr->depth + 1, &tr->depthStart, tr->depth + 1, &tr->depthEnd)); in DMPlexTransformSetUp() 660 tr->depthEnd[d] = -1; in DMPlexTransformSetUp() 667 tr->depthEnd[dep] = PetscMax(tr->depthEnd[dep], tr->ctStartNew[tr->ctOrderNew[c + 1]]); in DMPlexTransformSetUp() 932 if (end) *end = tr->depthEnd[depth]; in DMPlexTransformGetDepthStratum()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 1257 PetscInt *depthEnd; /* The point limit 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() 1277 depthEnd[d] = pMaxNew[d]; 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() 1925 PetscCall(PetscFree5(depthMax, depthEnd, depthShift, pMaxNew, numHybridPointsOld)); in DMPlexConstructCohesiveCells_Internal()
|