Searched refs:midlvl (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/graphops/order/ |
| H A D | fndsep.c | 42 PetscInt node, nlvl, i, j, jstop, jstrt, mp1beg, mp1end, midbeg, midend, midlvl; in SPARSEPACKfndsep() local 68 midlvl = (nlvl + 2) / 2; in SPARSEPACKfndsep() 69 midbeg = xls[midlvl]; in SPARSEPACKfndsep() 70 mp1beg = xls[midlvl + 1]; in SPARSEPACKfndsep() 72 mp1end = xls[midlvl + 2] - 1; in SPARSEPACKfndsep()
|