Searched refs:pStartShifted (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 870 PetscInt p, pStart, pEnd, *parentsShifted, pStartShifted, pEndShifted, depth; in DMPlexShiftTree_Internal() local 876 pStartShifted = DMPlexShiftPoint_Internal(pStart, depth, depthShift); in DMPlexShiftTree_Internal() 878 …PetscCall(PetscMalloc2(pEndShifted - pStartShifted, &parentsShifted, pEndShifted - pStartShifted, … in DMPlexShiftTree_Internal() 880 PetscCall(PetscSectionSetChart(pSecShifted, pStartShifted, pEndShifted)); in DMPlexShiftTree_Internal() 881 for (p = pStartShifted; p < pEndShifted; p++) { in DMPlexShiftTree_Internal()
|