Lines Matching refs:newp

579       PetscInt       newp = DMPlexShiftPoint_Internal(p, depth, depthShift);  in DMPlexShiftSizes_Internal()  local
584 PetscCall(DMPlexSetConeSize(dmNew, newp, size)); in DMPlexShiftSizes_Internal()
586 PetscCall(DMPlexSetSupportSize(dmNew, newp, size)); in DMPlexShiftSizes_Internal()
588 PetscCall(DMPlexSetCellType(dmNew, newp, ct)); in DMPlexShiftSizes_Internal()
609 PetscInt size, sizeNew, i, newp = DMPlexShiftPoint_Internal(p, depth, depthShift); in DMPlexShiftPoints_Internal() local
615 PetscCall(DMPlexSetCone(dmNew, newp, newpoints)); in DMPlexShiftPoints_Internal()
616 PetscCall(DMPlexSetConeOrientation(dmNew, newp, orientations)); in DMPlexShiftPoints_Internal()
618 PetscCall(DMPlexGetSupportSize(dmNew, newp, &sizeNew)); in DMPlexShiftPoints_Internal()
622 PetscCall(DMPlexSetSupport(dmNew, newp, newpoints)); in DMPlexShiftPoints_Internal()
1332 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[d… in DMPlexConstructCohesiveCells_Internal() local
1369 else PetscCall(DMPlexSetSupportSize(sdm, newp, 2)); in DMPlexConstructCohesiveCells_Internal()
1384 PetscCall(DMPlexSetSupportSize(sdm, newp, qn + 1)); in DMPlexConstructCohesiveCells_Internal()
1404 PetscCall(DMPlexSetSupportSize(sdm, newp, qn + 1)); in DMPlexConstructCohesiveCells_Internal()
1417 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[dep… in DMPlexConstructCohesiveCells_Internal() local
1432 PetscCall(DMPlexSetSupportSize(sdm, newp, qf + 2)); in DMPlexConstructCohesiveCells_Internal()
1455 PetscCall(DMPlexSetSupportSize(sdm, newp, qf + 2)); in DMPlexConstructCohesiveCells_Internal()
1476 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[d… in DMPlexConstructCohesiveCells_Internal() local
1495 PetscCall(DMPlexGetSupport(sdm, newp, &supportF)); in DMPlexConstructCohesiveCells_Internal()
1538 PetscCall(DMPlexInsertSupport(sdm, newp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1546 PetscCall(DMPlexInsertSupport(sdm, newp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1583 coneNew[0] = newp; /* Extracted negative side orientation above */ in DMPlexConstructCohesiveCells_Internal()
1616 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1633 coneNew[0] = newp; in DMPlexConstructCohesiveCells_Internal()
1675 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1692 coneNew[0] = newp; in DMPlexConstructCohesiveCells_Internal()
1723 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[dep… in DMPlexConstructCohesiveCells_Internal() local
1735 PetscCall(DMPlexGetSupportSize(sdm, newp, &supportSizeNew)); in DMPlexConstructCohesiveCells_Internal()
1743 …t size %" PetscInt_FMT " != %" PetscInt_FMT " for vertex %" PetscInt_FMT, q, supportSizeNew, newp); in DMPlexConstructCohesiveCells_Internal()
1744 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1746 coneNew[0] = newp; in DMPlexConstructCohesiveCells_Internal()
1747 coneNew[1] = newp; in DMPlexConstructCohesiveCells_Internal()
1783 PetscCall(DMPlexGetSupportSize(sdm, newp, &supportSizeNew)); in DMPlexConstructCohesiveCells_Internal()
1784 …r unsplit edge %" PetscInt_FMT " is %" PetscInt_FMT " != %" PetscInt_FMT, newp, qf, supportSizeNew… in DMPlexConstructCohesiveCells_Internal()
1785 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1787 coneNew[0] = newp; in DMPlexConstructCohesiveCells_Internal()
1788 coneNew[1] = newp; in DMPlexConstructCohesiveCells_Internal()
1826 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*depthOffset[dep] + old… in DMPlexConstructCohesiveCells_Internal() local
1833 PetscCall(DMPlexGetConeSize(sdm, newp, &coneSize)); in DMPlexConstructCohesiveCells_Internal()
1834 PetscCall(DMPlexGetCone(sdm, newp, &cone)); in DMPlexConstructCohesiveCells_Internal()
1844 PetscCall(DMPlexInsertCone(sdm, newp, c, csplitp)); in DMPlexConstructCohesiveCells_Internal()
1861 …const PetscInt newp = DMPlexShiftPoint_Internal(splitPoints[0][v], depth, depthShift) /*depthOff… in DMPlexConstructCohesiveCells_Internal() local
1865 PetscCall(PetscSectionGetDof(coordSection, newp, &dof)); in DMPlexConstructCohesiveCells_Internal()
1866 PetscCall(PetscSectionGetOffset(coordSection, newp, &off)); in DMPlexConstructCohesiveCells_Internal()
1880 …const PetscInt newp = DMPlexShiftPoint_Internal(splitPoints[dep][p], depth, depthShift) /*depthO… in DMPlexConstructCohesiveCells_Internal() local
1887 PetscCall(DMLabelSetValue(splitLabel, newp, val)); in DMPlexConstructCohesiveCells_Internal()
1900 PetscCall(DMLabelGetValue(mlabel, newp, &val)); in DMPlexConstructCohesiveCells_Internal()