Lines Matching refs:rowa
49 int rowa = ic[rowb];
50 int n = glb_Aai[rowa + 1] - glb_Aai[rowa];
51 const PetscInt *aj = glb_Aaj + glb_Aai[rowa]; // global
52 const PetscScalar *aa = glb_Aaa + glb_Aai[rowa];
67 int rowa = ic[rowb];
68 int n = glb_Aai[rowa + 1] - glb_Aai[rowa];
69 const PetscInt *aj = glb_Aaj + glb_Aai[rowa]; // global
70 const PetscScalar *aa = glb_Aaa + glb_Aai[rowa];
71 const PetscScalar xx = x_loc[rowb - start]; // rowb = ic[rowa] = ic[r[rowb]]
159 int rowa = ic[rowb];
160 R[rowb - start] = glb_b[rowa];
315 int rowa = ic[rowb];
316 glb_x[rowa] = XX[rowb - start];
384 int rowa = ic[rowb];
385 Rl[rowb - start] = Rr[rowb - start] = glb_b[rowa];
511 int rowa = ic[rowb];
512 glb_x[rowa] = XX[rowb - start];
984 const PetscInt rowa = ic[rowb], ai = d_ai[rowa], *aj = d_aj + ai; // grab original data
986 const PetscInt nrow = d_ai[rowa + 1] - ai;