Lines Matching refs:fs
190 PetscInt fn, cn, fs, fe, cs, ce, i, j, ncols, col, row_f, row_c, cmax = 0, idx, noff; in PCGAMGProlongator_Classical_Direct() local
205 PetscCall(MatGetOwnershipRange(A, &fs, &fe)); in PCGAMGProlongator_Classical_Direct()
206 fn = fe - fs; in PCGAMGProlongator_Classical_Direct()
256 for (i = fs; i < fe; i++) { in PCGAMGProlongator_Classical_Direct()
257 Amax_pos[i - fs] = 0.; in PCGAMGProlongator_Classical_Direct()
258 Amax_neg[i - fs] = 0.; in PCGAMGProlongator_Classical_Direct()
261 …if ((PetscRealPart(-rval[j]) > Amax_neg[i - fs]) && i != rcol[j]) Amax_neg[i - fs] = PetscAbsScala… in PCGAMGProlongator_Classical_Direct()
262 …if ((PetscRealPart(rval[j]) > Amax_pos[i - fs]) && i != rcol[j]) Amax_pos[i - fs] = PetscAbsScalar… in PCGAMGProlongator_Classical_Direct()
308 row_f = i + fs; in PCGAMGProlongator_Classical_Direct()
385 row_f = i + fs; in PCGAMGProlongator_Classical_Direct()
407 row_f = i + fs; in PCGAMGProlongator_Classical_Direct()
562 PetscInt fs, fe, cs, ce, nl, i, j, k, li, lni, ci, ncols, maxcols, fn, cn, cid; in PCGAMGProlongator_Classical_Standard() local
577 PetscCall(MatGetOwnershipRange(A, &fs, &fe)); in PCGAMGProlongator_Classical_Standard()
578 fn = fe - fs; in PCGAMGProlongator_Classical_Standard()
579 PetscCall(ISCreateStride(PETSC_COMM_SELF, fe - fs, fs, 1, &lis)); in PCGAMGProlongator_Classical_Standard()
633 if (gidx[i] >= fs && gidx[i] < fe) { in PCGAMGProlongator_Classical_Standard()
634 li = gidx[i] - fs; in PCGAMGProlongator_Classical_Standard()
697 if (gidx[i] >= fs && gidx[i] < fe) { in PCGAMGProlongator_Classical_Standard()