Lines Matching refs:pj

13   const PetscInt *r, *ic, *bi = b->i, *bj = b->j, *ajtmp, *ai = a->i, *aj = a->j, *pj, *ajtmpold;  in MatILUFactorNumeric_SeqBAIJ_7_inplace()  local
166 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
324 x = rtmp + 49 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
388 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
391 x = rtmp + 49 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
469 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_7() local
519 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_7()
525 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_7()
536 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_7()
538 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_7()
542 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_7()
543 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_7()
549 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_7()
551 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_7()
571 PetscInt *ai = a->i, *aj = a->j, *pj; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace() local
720 pj = bj + diag_offset[row] + 1; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
878 x = rtmp + 49 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
942 pj = bj + bi[i]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
945 x = rtmp + 49 * pj[j]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
1019 const PetscInt *ajtmp, *bjtmp, *bdiag = b->diag, *pj, bs2 = a->bs2; in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering() local
1067 pj = b->j + bdiag[row + 1] + 1; /* beginning of U(row,:) */ in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()
1073 v = rtmp + bs2 * pj[j]; in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()
1084 pj = b->j + bi[i]; in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()
1086 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()
1090 pj = b->j + bdiag[i]; in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()
1091 PetscCall(PetscArraycpy(pv, rtmp + bs2 * pj[0], bs2)); in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()
1097 pj = b->j + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()
1099 for (j = 0; j < nz; j++) PetscCall(PetscArraycpy(pv + bs2 * j, rtmp + bs2 * pj[j], bs2)); in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()