Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c635 PetscBool hasCells; in DMPlexShiftCoordinates_Internal() local
651 hasCells = sStart == cStart ? PETSC_TRUE : PETSC_FALSE; in DMPlexShiftCoordinates_Internal()
652 PetscCall(PetscSectionSetChart(newCoordSection, hasCells ? cStartNew : vStartNew, vEndNew)); in DMPlexShiftCoordinates_Internal()
653 if (hasCells) { in DMPlexShiftCoordinates_Internal()
678 if (hasCells) { in DMPlexShiftCoordinates_Internal()