Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dpsort.c193 PetscInt overlap, oStart, oEnd; in PetscParallelRedistribute() local
198 oEnd = PetscMin(nextOffset, map->range[i + 1]); in PetscParallelRedistribute()
199 overlap = oEnd - oStart; in PetscParallelRedistribute()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSection.pyx841 cdef PetscInt oStart = 0, oEnd = 0
842 CHKERR(PetscSectionGetOffsetRange(self.sec, &oStart, &oEnd))
843 return toInt(oStart), toInt(oEnd)