Lines Matching refs:bjtmp
226 const PetscInt *ajtmp, *bjtmp; in MatLUFactorNumeric_SeqAIJ() local
271 bjtmp = bj + bi[i]; in MatLUFactorNumeric_SeqAIJ()
272 for (j = 0; j < nz; j++) rtmp[bjtmp[j]] = 0.0; in MatLUFactorNumeric_SeqAIJ()
276 bjtmp = bj + bdiag[i + 1] + 1; in MatLUFactorNumeric_SeqAIJ()
277 for (j = 0; j < nz; j++) rtmp[bjtmp[j]] = 0.0; in MatLUFactorNumeric_SeqAIJ()
288 bjtmp = bj + bi[i]; in MatLUFactorNumeric_SeqAIJ()
289 row = *bjtmp++; in MatLUFactorNumeric_SeqAIJ()
305 row = *bjtmp++; in MatLUFactorNumeric_SeqAIJ()
405 const PetscInt *ajtmp, *bjtmp, *ddiag, *pj; in MatLUFactorNumeric_SeqAIJ_inplace() local
448 bjtmp = bj + bi[i]; in MatLUFactorNumeric_SeqAIJ_inplace()
449 for (j = 0; j < nz; j++) rtmp[bjtmp[j]] = 0.0; in MatLUFactorNumeric_SeqAIJ_inplace()
458 row = *bjtmp++; in MatLUFactorNumeric_SeqAIJ_inplace()
470 row = *bjtmp++; in MatLUFactorNumeric_SeqAIJ_inplace()
1710 PetscInt i, j, mbs = A->rmap->n, *bi = b->i, *bj = b->j, *bdiag = b->diag, *bjtmp; in MatCholeskyFactorNumeric_SeqAIJ() local
1762 bjtmp = bj + bi[k]; in MatCholeskyFactorNumeric_SeqAIJ()
1763 for (j = 0; j < nz; j++) rtmp[bjtmp[j]] = 0.0; in MatCholeskyFactorNumeric_SeqAIJ()
1877 PetscInt i, j, mbs = A->rmap->n, *bi = b->i, *bj = b->j, *bcol, *bjtmp; in MatCholeskyFactorNumeric_SeqAIJ_inplace() local
1926 bjtmp = bj + bi[k]; in MatCholeskyFactorNumeric_SeqAIJ_inplace()
1927 for (j = 0; j < nz; j++) rtmp[bjtmp[j]] = 0.0; in MatCholeskyFactorNumeric_SeqAIJ_inplace()