Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1260 PetscInt *coneNew, *coneONew, *supportNew; in DMPlexConstructCohesiveCells_Internal() local
1471 …neSize, maxConeSizeNew) * 3, &coneONew, PetscMax(maxSupportSize, maxSupportSizeNew), &supportNew)); in DMPlexConstructCohesiveCells_Internal()
1613 …if ((val == 1) || (val == (shift + 1))) supportNew[qn++] = DMPlexShiftPoint_Internal(support[e], d… in DMPlexConstructCohesiveCells_Internal()
1615 supportNew[qn] = hybedge; in DMPlexConstructCohesiveCells_Internal()
1616 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1625 supportNew[qp++] = edge + pMaxNew[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1627supportNew[qp++] = DMPlexShiftPoint_Internal(support[e], depth, depthShift) /*support[e] + depthOf… in DMPlexConstructCohesiveCells_Internal()
1630 supportNew[qp] = hybedge; in DMPlexConstructCohesiveCells_Internal()
1631 PetscCall(DMPlexSetSupport(sdm, splitp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1643 supportNew[qf++] = edge + pMaxNew[dep + 2] + numSplitPoints[dep + 2]; in DMPlexConstructCohesiveCells_Internal()
[all …]