Lines Matching refs:lridx
117 PetscBLASInt gridx, gcidx, lridx, lcidx, rsrc, csrc; in MatSetValues_ScaLAPACK() local
128 …esc, &a->grid->nprow, &a->grid->npcol, &a->grid->myrow, &a->grid->mycol, &lridx, &lcidx, &rsrc, &c… in MatSetValues_ScaLAPACK()
133 a->loc[lridx - 1 + (lcidx - 1) * a->lld] = vals[i * nc + j]; in MatSetValues_ScaLAPACK()
136 a->loc[lridx - 1 + (lcidx - 1) * a->lld] += vals[i * nc + j]; in MatSetValues_ScaLAPACK()
142 a->loc[lridx - 1 + (lcidx - 1) * a->lld] = vals[i + j * nr]; in MatSetValues_ScaLAPACK()
145 a->loc[lridx - 1 + (lcidx - 1) * a->lld] += vals[i + j * nr]; in MatSetValues_ScaLAPACK()
1325 PetscBLASInt gridx, gcidx, lridx, lcidx, rsrc, csrc; in MatAssemblyEnd_ScaLAPACK() local
1335 …esc, &a->grid->nprow, &a->grid->npcol, &a->grid->myrow, &a->grid->mycol, &lridx, &lcidx, &rsrc, &c… in MatAssemblyEnd_ScaLAPACK()
1339 a->loc[lridx - 1 + (lcidx - 1) * a->lld] = val[i]; in MatAssemblyEnd_ScaLAPACK()
1342 a->loc[lridx - 1 + (lcidx - 1) * a->lld] += val[i]; in MatAssemblyEnd_ScaLAPACK()
1526 PetscBLASInt gridx, gcidx, lridx, lcidx, rsrc, csrc; in MatStashScatterBegin_ScaLAPACK() local
1550 …esc, &a->grid->nprow, &a->grid->npcol, &a->grid->myrow, &a->grid->mycol, &lridx, &lcidx, &rsrc, &c… in MatStashScatterBegin_ScaLAPACK()