Lines Matching refs:pj
14 …pold, *ajtmp, *diag_offset = b->diag, *r, *ic, *bi = b->i, *bj = b->j, *ai = a->i, *aj = a->j, *pj; in MatILUFactorNumeric_SeqBAIJ_6_inplace() local
136 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
254 x = rtmp + 36 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
305 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
308 x = rtmp + 36 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
373 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_6() local
423 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_6()
429 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_6()
440 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_6()
442 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_6()
446 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_6()
447 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_6()
453 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_6()
455 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_6()
475 PetscInt *ai = a->i, *aj = a->j, *pj; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace() local
594 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
712 x = rtmp + 36 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
763 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
766 x = rtmp + 36 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
827 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering() local
875 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
881 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
892 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
894 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
898 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
899 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
905 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
907 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()