Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1259 …PetscInt *pMaxNew; /* The first replicated point at each depth in the new mesh, hybrids … in DMPlexConstructCohesiveCells_Internal() local
1272 …epthMax, depth + 1, &depthEnd, 2 * (depth + 1), &depthShift, depth + 1, &pMaxNew, depth + 1, &numH… in DMPlexConstructCohesiveCells_Internal()
1275 PetscCall(DMPlexGetDepthStratum(dm, d, NULL, &pMaxNew[d])); in DMPlexConstructCohesiveCells_Internal()
1277 depthEnd[d] = pMaxNew[d]; in DMPlexConstructCohesiveCells_Internal()
1326 …for (d = 0; d <= depth; ++d) pMaxNew[d] = DMPlexShiftPoint_Internal(pMaxNew[d], depth, depthShift)… in DMPlexConstructCohesiveCells_Internal()
1333 const PetscInt splitp = p + pMaxNew[dep]; in DMPlexConstructCohesiveCells_Internal()
1345 const PetscInt hybcell = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1372 const PetscInt hybedge = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1392 const PetscInt hybface = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1425 … const PetscInt hybedge = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1] + numSplitPoints[dep]; in DMPlexConstructCohesiveCells_Internal()
[all …]