Lines Matching refs:rStart

704   PetscInt     rStart, rEnd, r, pStart, pEnd, p;  in DMPlexUpdateAllocation_Static()  local
708 PetscCall(PetscLayoutGetRange(rLayout, &rStart, &rEnd)); in DMPlexUpdateAllocation_Static()
709rStart % bs) == 0 && (rEnd % bs) == 0, PetscObjectComm((PetscObject)rLayout), PETSC_ERR_ARG_WRONG,… in DMPlexUpdateAllocation_Static()
723 if ((cols[c] >= rStart) && (cols[c] < rEnd)) { in DMPlexUpdateAllocation_Static()
724 ++dnz[r - rStart]; in DMPlexUpdateAllocation_Static()
725 if (cols[c] >= r) ++dnzu[r - rStart]; in DMPlexUpdateAllocation_Static()
727 ++onz[r - rStart]; in DMPlexUpdateAllocation_Static()
728 if (cols[c] >= r) ++onzu[r - rStart]; in DMPlexUpdateAllocation_Static()
735 for (r = rStart / bs; r < rEnd / bs; ++r) { in DMPlexUpdateAllocation_Static()
742 if ((cols[c] >= rStart) && (cols[c] < rEnd)) { in DMPlexUpdateAllocation_Static()
743 ++dnz[r - rStart / bs]; in DMPlexUpdateAllocation_Static()
744 if (cols[c] >= row) ++dnzu[r - rStart / bs]; in DMPlexUpdateAllocation_Static()
746 ++onz[r - rStart / bs]; in DMPlexUpdateAllocation_Static()
747 if (cols[c] >= row) ++onzu[r - rStart / bs]; in DMPlexUpdateAllocation_Static()
751 for (r = 0; r < (rEnd - rStart) / bs; ++r) { in DMPlexUpdateAllocation_Static()
765 PetscInt rStart, rEnd, r, pStart, pEnd, p, len, maxRowLen = 0; in DMPlexFillMatrix_Static() local
768 PetscCall(PetscLayoutGetRange(rLayout, &rStart, &rEnd)); in DMPlexFillMatrix_Static()
769 for (r = rStart; r < rEnd; ++r) { in DMPlexFillMatrix_Static()
790 for (r = rStart; r < rEnd; ++r) { in DMPlexFillMatrix_Static()