Searched refs:DMPlexShiftPoint_Internal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 527 static inline PetscInt DMPlexShiftPoint_Internal(PetscInt p, PetscInt depth, PetscInt depthShift[]) in DMPlexShiftPoint_Internal() function 562 pEnd = DMPlexShiftPoint_Internal(pEnd, depth, depthShift); in DMPlexShiftSizes_Internal() 573 pStartNew = DMPlexShiftPoint_Internal(pStart, depth, depthShift); in DMPlexShiftSizes_Internal() 574 pEndNew = DMPlexShiftPoint_Internal(pEnd, depth, depthShift); in DMPlexShiftSizes_Internal() 579 PetscInt newp = DMPlexShiftPoint_Internal(p, depth, depthShift); in DMPlexShiftSizes_Internal() 609 PetscInt size, sizeNew, i, newp = DMPlexShiftPoint_Internal(p, depth, depthShift); in DMPlexShiftPoints_Internal() 614 … for (i = 0; i < size; ++i) newpoints[i] = DMPlexShiftPoint_Internal(points[i], depth, depthShift); in DMPlexShiftPoints_Internal() 620 … for (i = 0; i < size; ++i) newpoints[i] = DMPlexShiftPoint_Internal(points[i], depth, depthShift); in DMPlexShiftPoints_Internal() 655 PetscInt cNew = DMPlexShiftPoint_Internal(c, depth, depthShift), dof; in DMPlexShiftCoordinates_Internal() 680 PetscInt cNew = DMPlexShiftPoint_Internal(c, depth, depthShift), dof, off, noff, d; in DMPlexShiftCoordinates_Internal() [all …]
|