Lines Matching refs:coneNew

1260   PetscInt        *coneNew, *coneONew, *supportNew;  in DMPlexConstructCohesiveCells_Internal()  local
1471 …PetscCall(PetscMalloc3(PetscMax(maxConeSize, maxConeSizeNew) * 3, &coneNew, PetscMax(maxConeSize, … in DMPlexConstructCohesiveCells_Internal()
1504coneNew[2 + q] = DMPlexShiftPoint_Internal(cone[q], depth, depthShift) /*cone[q] + depthOffset[dep… in DMPlexConstructCohesiveCells_Internal()
1507 coneNew[2 + q] = v + pMaxNew[dep - 1]; in DMPlexConstructCohesiveCells_Internal()
1524 PetscCall(DMPlexSetCone(sdm, splitp, &coneNew[2])); in DMPlexConstructCohesiveCells_Internal()
1583 coneNew[0] = newp; /* Extracted negative side orientation above */ in DMPlexConstructCohesiveCells_Internal()
1584 coneNew[1] = splitp; in DMPlexConstructCohesiveCells_Internal()
1595 coneNew[2 + q] = v + pMaxNew[dep] + numSplitPoints[dep] + numSplitPoints[dep - 1]; in DMPlexConstructCohesiveCells_Internal()
1597 coneNew[2 + q] = v + pMaxNew[dep] + numSplitPoints[dep]; in DMPlexConstructCohesiveCells_Internal()
1601 PetscCall(DMPlexSetCone(sdm, hybcell, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1633 coneNew[0] = newp; in DMPlexConstructCohesiveCells_Internal()
1634 coneNew[1] = splitp; in DMPlexConstructCohesiveCells_Internal()
1635 PetscCall(DMPlexSetCone(sdm, hybedge, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1657coneNew[q] = DMPlexShiftPoint_Internal(cone[q], depth, depthShift) /*cone[q] + depthOffset[dep-1]*… in DMPlexConstructCohesiveCells_Internal()
1659 coneNew[q] = v + pMaxNew[dep - 1]; in DMPlexConstructCohesiveCells_Internal()
1662 PetscCall(DMPlexSetCone(sdm, splitp, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1692 coneNew[0] = newp; in DMPlexConstructCohesiveCells_Internal()
1693 coneNew[1] = splitp; in DMPlexConstructCohesiveCells_Internal()
1700 coneNew[2 + v] = vertex + pMaxNew[dep] + numSplitPoints[dep] + numSplitPoints[dep - 1]; in DMPlexConstructCohesiveCells_Internal()
1702 coneNew[2 + v] = vertex + pMaxNew[dep] + numSplitPoints[dep]; in DMPlexConstructCohesiveCells_Internal()
1705 PetscCall(DMPlexSetCone(sdm, hybface, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1746 coneNew[0] = newp; in DMPlexConstructCohesiveCells_Internal()
1747 coneNew[1] = newp; in DMPlexConstructCohesiveCells_Internal()
1748 PetscCall(DMPlexSetCone(sdm, hybedge, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1787 coneNew[0] = newp; in DMPlexConstructCohesiveCells_Internal()
1788 coneNew[1] = newp; in DMPlexConstructCohesiveCells_Internal()
1791 coneNew[2] = v + pMaxNew[dep] + numSplitPoints[dep] + numSplitPoints[dep - 1]; in DMPlexConstructCohesiveCells_Internal()
1794 coneNew[3] = v + pMaxNew[dep] + numSplitPoints[dep] + numSplitPoints[dep - 1]; in DMPlexConstructCohesiveCells_Internal()
1795 PetscCall(DMPlexSetCone(sdm, hybface, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1924 PetscCall(PetscFree3(coneNew, coneONew, supportNew)); in DMPlexConstructCohesiveCells_Internal()
3380 PetscInt *numSubPoints, *firstSubPoint, *coneNew, *orntNew; in DMPlexCreateSubmeshGeneric_Interpolated() local
3506 PetscCall(PetscMalloc2(maxConeSize, &coneNew, maxConeSize, &orntNew)); in DMPlexCreateSubmeshGeneric_Interpolated()
3549 coneNew[coneSizeNew] = firstSubPoint[d - 1] + subc; in DMPlexCreateSubmeshGeneric_Interpolated()
3555 PetscCall(DMPlexSetCone(subdm, subpoint, coneNew)); in DMPlexCreateSubmeshGeneric_Interpolated()
3560 PetscCall(PetscFree2(coneNew, orntNew)); in DMPlexCreateSubmeshGeneric_Interpolated()