Searched refs:__end (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _src_pos.py | 287 return hash((self.__start(), self.__end())) 311 self_end = self.__end() 319 return start <= loc <= self.__end() 323 return contains(other.__start()) and contains(other.__end()) 334 return self.__end().offset - self.__start().offset 346 def __end(self) -> SourceLocation: member in SourceRange 528 end = self.__end() 530 return end >= other.__start() and other.__end() >= self.__start() 559 end = self.__end()
|
| /petsc/src/dm/impls/composite/ |
| H A D | packm.c | 126 …ons) PetscCall((*com->FormCoupleLocations)(dm, NULL, dnz, onz, __rstart, __nrows, __start, __end)); in DMCreateMatrix_Composite_AIJ()
|
| /petsc/include/ |
| H A D | petscmat.h | 1079 PetscInt __nrows = (nrows), __ncols = (ncols), __rstart, __end = 0; \ 1082 PetscCallMPI(MPI_Scan(&__ncols, &__end, 1, MPIU_INT, MPI_SUM, comm)); \ 1083 __start = __end - __ncols; \ 1259 if ((cols)[__i] < __start || (cols)[__i] >= __end) onz[row - __rstart]++; \ 1296 if (cols[__i] >= __end) onz[row - __rstart]++; \
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 2828 …eck(__end == Nbs, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Sum of local block columns %" PetscInt_F… in MatCreateMPIMatConcatenateSeqMat_MPISBAIJ()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 3604 …eck(__end == Nbs, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Sum of local block columns %" PetscInt_F… in MatCreateMPIMatConcatenateSeqMat_MPIBAIJ()
|