Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_src_pos.py287 return hash((self.__start(), self.__end()))
304 other = other.__start()
313 return self.__start() < other
321 start = self.__start()
323 return contains(other.__start()) and contains(other.__end())
334 return self.__end().offset - self.__start().offset
341 def __start(self) -> SourceLocation: member in SourceRange
530 return end >= other.__start() and other.__end() >= self.__start()
532 return end >= cast(other.start) and cast(other.end) >= self.__start()
553 start = self.__start()
/petsc/src/dm/impls/composite/
H A Dpackm.c126 …ons) PetscCall((*com->FormCoupleLocations)(dm, NULL, dnz, onz, __rstart, __nrows, __start, __end)); in DMCreateMatrix_Composite_AIJ()
/petsc/include/
H A Dpetscmat.h1080 PetscInt PETSC_UNUSED __start; \
1083 __start = __end - __ncols; \
1084 (void)__start; \
1259 if ((cols)[__i] < __start || (cols)[__i] >= __end) onz[row - __rstart]++; \