Searched refs:oldp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 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() [all …]
|