Lines Matching refs:oldp
1331 const PetscInt oldp = splitPoints[dep][p]; in DMPlexConstructCohesiveCells_Internal() local
1332 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[d… in DMPlexConstructCohesiveCells_Internal()
1338 PetscCall(DMPlexGetConeSize(dm, oldp, &coneSize)); in DMPlexConstructCohesiveCells_Internal()
1340 PetscCall(DMPlexGetSupportSize(dm, oldp, &supportSize)); in DMPlexConstructCohesiveCells_Internal()
1342 PetscCall(DMPlexGetCellType(dm, oldp, &ct)); in DMPlexConstructCohesiveCells_Internal()
1366 PetscCall(DMPlexGetSupport(dm, oldp, &support)); in DMPlexConstructCohesiveCells_Internal()
1374 PetscCall(DMPlexGetSupport(dm, oldp, &support)); in DMPlexConstructCohesiveCells_Internal()
1394 PetscCall(DMPlexGetSupport(dm, oldp, &support)); in DMPlexConstructCohesiveCells_Internal()
1416 const PetscInt oldp = unsplitPoints[dep][p]; in DMPlexConstructCohesiveCells_Internal() local
1417 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[dep… in DMPlexConstructCohesiveCells_Internal()
1421 PetscCall(DMPlexGetConeSize(dm, oldp, &coneSize)); in DMPlexConstructCohesiveCells_Internal()
1422 PetscCall(DMPlexGetSupportSize(dm, oldp, &supportSize)); in DMPlexConstructCohesiveCells_Internal()
1423 PetscCall(DMPlexGetSupport(dm, oldp, &support)); in DMPlexConstructCohesiveCells_Internal()
1475 const PetscInt oldp = splitPoints[dep][p]; in DMPlexConstructCohesiveCells_Internal() local
1476 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[d… in DMPlexConstructCohesiveCells_Internal()
1482 PetscCall(DMPlexGetCellType(dm, oldp, &ct)); in DMPlexConstructCohesiveCells_Internal()
1483 PetscCall(DMPlexGetConeSize(dm, oldp, &coneSize)); in DMPlexConstructCohesiveCells_Internal()
1484 PetscCall(DMPlexGetCone(dm, oldp, &cone)); in DMPlexConstructCohesiveCells_Internal()
1485 PetscCall(DMPlexGetConeOrientation(dm, oldp, &ornt)); in DMPlexConstructCohesiveCells_Internal()
1486 PetscCall(DMPlexGetSupportSize(dm, oldp, &supportSize)); in DMPlexConstructCohesiveCells_Internal()
1487 PetscCall(DMPlexGetSupport(dm, oldp, &support)); in DMPlexConstructCohesiveCells_Internal()
1569 if (ncone[nc] == oldp) { in DMPlexConstructCohesiveCells_Internal()
1574 …_WRONG, "Could not locate face %" PetscInt_FMT " in neighboring cell %" PetscInt_FMT, oldp, ocell); in DMPlexConstructCohesiveCells_Internal()
1722 const PetscInt oldp = unsplitPoints[dep][p]; in DMPlexConstructCohesiveCells_Internal() local
1723 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*oldp + depthOffset[dep… in DMPlexConstructCohesiveCells_Internal()
1727 PetscCall(DMPlexGetConeSize(dm, oldp, &coneSize)); in DMPlexConstructCohesiveCells_Internal()
1728 PetscCall(DMPlexGetCone(dm, oldp, &cone)); in DMPlexConstructCohesiveCells_Internal()
1729 PetscCall(DMPlexGetSupportSize(dm, oldp, &supportSize)); in DMPlexConstructCohesiveCells_Internal()
1730 PetscCall(DMPlexGetSupport(dm, oldp, &support)); in DMPlexConstructCohesiveCells_Internal()
1825 const PetscInt oldp = points[p]; in DMPlexConstructCohesiveCells_Internal() local
1826 …const PetscInt newp = DMPlexShiftPoint_Internal(oldp, depth, depthShift) /*depthOffset[dep] + old… in DMPlexConstructCohesiveCells_Internal()
1842 …_WRONG, "Point %" PetscInt_FMT " is not a split point of dimension %" PetscInt_FMT, oldp, dep - 1); in DMPlexConstructCohesiveCells_Internal()