Home
last modified time | relevance | path

Searched refs:parentsShifted (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c870 PetscInt p, pStart, pEnd, *parentsShifted, pStartShifted, pEndShifted, depth; in DMPlexShiftTree_Internal() local
878 …PetscCall(PetscMalloc2(pEndShifted - pStartShifted, &parentsShifted, pEndShifted - pStartShifted, … in DMPlexShiftTree_Internal()
903 parentsShifted[offNew] = DMPlexShiftPoint_Internal(parents[off], depth, depthShift); in DMPlexShiftTree_Internal()
907 PetscCall(DMPlexSetTree(dmNew, pSecShifted, parentsShifted, childIDsShifted)); in DMPlexShiftTree_Internal()
908 PetscCall(PetscFree2(parentsShifted, childIDsShifted)); in DMPlexShiftTree_Internal()