Lines Matching refs:pj
18 PetscInt idx, *ai = a->i, *aj = a->j, *pj; in MatILUFactorNumeric_SeqBAIJ_4_inplace() local
93 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
149 x = rtmp + 16 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
178 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
181 x = rtmp + 16 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
237 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_4() local
293 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_4()
299 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_4()
310 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_4()
312 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_4()
316 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_4()
317 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_4()
323 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_4()
325 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_4()
349 PetscInt *ai = a->i, *aj = a->j, *pj; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace() local
421 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
476 x = rtmp + 16 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
505 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
508 x = rtmp + 16 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
557 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering() local
611 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
617 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
628 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
630 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
634 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
635 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
641 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
643 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()