Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8169 PetscInt idxStart, idxEnd; in DMPlexGetClosureIndices_Internal() local
8274 PetscCall(PetscSectionGetChart(idxSection, &idxStart, &idxEnd)); in DMPlexGetClosureIndices_Internal()
8293 if (pnt < idxStart || pnt >= idxEnd) continue; in DMPlexGetClosureIndices_Internal()
8308 if (pnt < idxStart || pnt >= idxEnd) continue; in DMPlexGetClosureIndices_Internal()