Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/order/
H A Drootls.c30 PetscInt node, i, j, jstop, jstrt, lbegin, ccsize, lvlend, lvsize, nbr; in SPARSEPACKrootls() local
50 lbegin = lvlend + 1; in SPARSEPACKrootls()
53 xls[*nlvl] = lbegin; in SPARSEPACKrootls()
57 for (i = lbegin; i <= i__1; ++i) { in SPARSEPACKrootls()
H A Ddegree.c33 PetscInt ideg, node, i, j, jstop, jstrt, lbegin, lvlend, lvsize, nbr; in SPARSEPACKdegree() local
53 lbegin = lvlend + 1; in SPARSEPACKdegree()
58 for (i = lbegin; i <= i__1; ++i) { in SPARSEPACKdegree()
H A Drcm.c44 PetscInt lbegin, lvlend, nbr; in SPARSEPACKrcm() local
65 lbegin = lvlend + 1; in SPARSEPACKrcm()
68 for (i = lbegin; i <= i__1; ++i) { in SPARSEPACKrcm()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_src_pos.py534 …def resized(self, lbegin: int = 0, lend: int = 0, cbegin: Union[int, None] = 0, cend: Union[int, N…
556 if cend == 0 and lbegin + lend + cbegin == 0:
562 self.translation_unit, start.line + lbegin, start.column + cbegin, end.line + lend, endcol
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_str.py599 extent = extent.resized(lbegin=raw.count('\n', 0, start), cbegin=None, cend=None)