Searched refs:pSecShifted (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 872 PetscSection pSecShifted; in DMPlexShiftTree_Internal() local 879 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dmNew), &pSecShifted)); in DMPlexShiftTree_Internal() 880 PetscCall(PetscSectionSetChart(pSecShifted, pStartShifted, pEndShifted)); in DMPlexShiftTree_Internal() 883 PetscCall(PetscSectionSetDof(pSecShifted, p, 0)); in DMPlexShiftTree_Internal() 890 PetscCall(PetscSectionSetDof(pSecShifted, pNew, dof)); in DMPlexShiftTree_Internal() 892 PetscCall(PetscSectionSetUp(pSecShifted)); in DMPlexShiftTree_Internal() 902 PetscCall(PetscSectionGetOffset(pSecShifted, pNew, &offNew)); in DMPlexShiftTree_Internal() 907 PetscCall(DMPlexSetTree(dmNew, pSecShifted, parentsShifted, childIDsShifted)); in DMPlexShiftTree_Internal() 909 PetscCall(PetscSectionDestroy(&pSecShifted)); in DMPlexShiftTree_Internal()
|