Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c4456 PetscInt *pMin, *pMax; in DMPlexStratify_CellType_Private() local
4475 PetscCall(PetscMalloc2(dmax + 1, &pMin, dmax + 1, &pMax)); in DMPlexStratify_CellType_Private()
4477 pMin[d] = PETSC_INT_MAX; in DMPlexStratify_CellType_Private()
4486 pMin[d] = PetscMin(p, pMin[d]); in DMPlexStratify_CellType_Private()
4490 if (pMin[d] > pMax[d]) continue; in DMPlexStratify_CellType_Private()
4491 PetscCall(DMPlexCreateDepthStratum(dm, label, d, pMin[d], pMax[d] + 1)); in DMPlexStratify_CellType_Private()
4493 PetscCall(PetscFree2(pMin, pMax)); in DMPlexStratify_CellType_Private()