Lines Matching refs:pj

18   PetscInt        idx, *pj;  in MatILUFactorNumeric_SeqBAIJ_3_inplace()  local
75 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
108 x = rtmp + 9 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
128 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
131 x = rtmp + 9 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
175 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_3() local
225 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_3()
231 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_3()
242 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_3()
244 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_3()
248 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_3()
249 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_3()
254 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_3()
257 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_3()
278 PetscInt *ai = a->i, *aj = a->j, *pj; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace() local
332 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
366 x = rtmp + 9 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
386 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
389 x = rtmp + 9 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
427 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering() local
475 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
481 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
492 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
494 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
498 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
499 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
505 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
507 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()