Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c871 PetscInt *childIDsShifted; in DMPlexShiftTree_Internal() local
878 …loc2(pEndShifted - pStartShifted, &parentsShifted, pEndShifted - pStartShifted, &childIDsShifted)); in DMPlexShiftTree_Internal()
904 childIDsShifted[offNew] = childIDs[off]; in DMPlexShiftTree_Internal()
907 PetscCall(DMPlexSetTree(dmNew, pSecShifted, parentsShifted, childIDsShifted)); in DMPlexShiftTree_Internal()
908 PetscCall(PetscFree2(parentsShifted, childIDsShifted)); in DMPlexShiftTree_Internal()