Lines Matching refs:supportNew
1260 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()
1627 …supportNew[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()
1646 PetscCall(DMPlexSetSupport(sdm, hybedge, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1669 …supportNew[q++] = DMPlexShiftPoint_Internal(support[e], depth, depthShift) /*support[e] + depthOff… in DMPlexConstructCohesiveCells_Internal()
1671 …supportNew[q++] = DMPlexShiftPoint_Internal(support[e], depth, depthShift) /*support[e] + depthOff… in DMPlexConstructCohesiveCells_Internal()
1674 supportNew[q++] = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1675 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1684 supportNew[q++] = face + pMaxNew[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1686 …supportNew[q++] = DMPlexShiftPoint_Internal(support[e], depth, depthShift) /*support[e] + depthOff… in DMPlexConstructCohesiveCells_Internal()
1689 supportNew[q++] = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1690 PetscCall(DMPlexSetSupport(sdm, splitp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1713 supportNew[qf++] = face + pMaxNew[dep + 2] + numSplitPoints[dep + 2]; in DMPlexConstructCohesiveCells_Internal()
1716 PetscCall(DMPlexSetSupport(sdm, hybface, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1737 …supportNew[q++] = DMPlexShiftPoint_Internal(support[s], depth, depthShift) /*support[s] + depthOff… in DMPlexConstructCohesiveCells_Internal()
1739 if (e >= 0) supportNew[q++] = e + pMaxNew[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1741 supportNew[q++] = hybedge; in DMPlexConstructCohesiveCells_Internal()
1742 supportNew[q++] = hybedge; in DMPlexConstructCohesiveCells_Internal()
1744 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1756 supportNew[qf++] = edge + pMaxNew[dep + 2] + numSplitPoints[dep + 2]; in DMPlexConstructCohesiveCells_Internal()
1760 … supportNew[qf++] = edge + pMaxNew[dep + 2] + numSplitPoints[dep + 2] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1763 PetscCall(DMPlexSetSupport(sdm, hybedge, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1775 …supportNew[qf++] = DMPlexShiftPoint_Internal(support[f], depth, depthShift) /*support[f] + depthOf… in DMPlexConstructCohesiveCells_Internal()
1776 supportNew[qf++] = face + pMaxNew[dep + 1]; in DMPlexConstructCohesiveCells_Internal()
1778 …supportNew[qf++] = DMPlexShiftPoint_Internal(support[f], depth, depthShift) /*support[f] + depthOf… in DMPlexConstructCohesiveCells_Internal()
1781 supportNew[qf++] = hybface; in DMPlexConstructCohesiveCells_Internal()
1782 supportNew[qf++] = hybface; in DMPlexConstructCohesiveCells_Internal()
1785 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1802 supportNew[qf++] = face + pMaxNew[dep + 2] + numSplitPoints[dep + 2]; in DMPlexConstructCohesiveCells_Internal()
1807 PetscCall(DMPlexSetSupport(sdm, hybface, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1924 PetscCall(PetscFree3(coneNew, coneONew, supportNew)); in DMPlexConstructCohesiveCells_Internal()