Lines Matching refs:lend
825 PetscInt lstart, lend, pstart, pend, *dnz, *onz; in DMCreateMatrix_DA_2d_MPISELL() local
857 lend = (by == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, n - j - 1)); in DMCreateMatrix_DA_2d_MPISELL()
861 for (l = lstart; l < lend + 1; l++) { in DMCreateMatrix_DA_2d_MPISELL()
895 lend = (by == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, n - j - 1)); in DMCreateMatrix_DA_2d_MPISELL()
899 for (l = lstart; l < lend + 1; l++) { in DMCreateMatrix_DA_2d_MPISELL()
1037 PetscInt lstart, lend, pstart, pend, *dnz, *onz; in DMCreateMatrix_DA_2d_MPIAIJ() local
1076 lend = (by == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, n - j - 1)); in DMCreateMatrix_DA_2d_MPIAIJ()
1080 for (l = lstart; l < lend + 1; l++) { in DMCreateMatrix_DA_2d_MPIAIJ()
1114 lend = (by == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, n - j - 1)); in DMCreateMatrix_DA_2d_MPIAIJ()
1117 for (l = lstart; l < lend + 1; l++) { in DMCreateMatrix_DA_2d_MPIAIJ()
1149 PetscInt lstart, lend, pstart, pend, *dnz, *onz; in DMCreateMatrix_DA_2d_MPIAIJ_Fill() local
1189 lend = (by == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, n - j - 1)); in DMCreateMatrix_DA_2d_MPIAIJ_Fill()
1193 for (l = lstart; l < lend + 1; l++) { in DMCreateMatrix_DA_2d_MPIAIJ_Fill()
1234 lend = (by == DM_BOUNDARY_PERIODIC) ? s : (PetscMin(s, n - j - 1)); in DMCreateMatrix_DA_2d_MPIAIJ_Fill()
1238 for (l = lstart; l < lend + 1; l++) { in DMCreateMatrix_DA_2d_MPIAIJ_Fill()