Lines Matching refs:pj

18   PetscInt        *ai = a->i, *aj = a->j, *pj;  in MatILUFactorNumeric_SeqBAIJ_5_inplace()  local
124 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
208 x = rtmp + 25 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
247 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
251 PetscCall(PetscArraycpy(pv, rtmp + 25 * pj[j], 25)); in MatILUFactorNumeric_SeqBAIJ_5_inplace()
253 x = rtmp + 25 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
315 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_5() local
365 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_5()
371 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_5()
382 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_5()
384 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_5()
388 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_5()
389 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_5()
395 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_5()
397 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_5()
420 PetscInt *diag_offset = b->diag, *ai = a->i, *aj = a->j, *pj; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace() local
507 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
591 x = rtmp + 25 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
629 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
632 x = rtmp + 25 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
682 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering() local
730 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
736 vv = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
747 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
749 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
753 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
754 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
760 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
762 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
785 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering() local
833 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
839 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
850 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
852 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
856 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
857 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
863 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
865 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()