Home
last modified time | relevance | path

Searched refs:bj_i (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/mpi/
H A Dmpimatmatmult.c1603 …PetscInt cnz = 0, *bj_i, *bi, *bj, bnz, nextcj; /* bi,bj,ba: local array of C(mpi mat)… in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ() local
1724 bj_i = bj + bi[i]; /* col indices of the i-th row of C */ in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ()
1736 if (bj_i[j] == cj[nextcj]) { /* bcol == ccol */ in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ()
1745 PetscCall(MatSetValues(C, 1, &row, bnz, bj_i, ba_i, INSERT_VALUES)); in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ()
H A Dmpiaij.c4656 PetscInt anzi, *bj_i, *bi, *bj, arow, bnzi, nextaj; in MatCreateMPIAIJSumSeqAIJNumeric() local
4721 bj_i = bj + bi[i]; /* col indices of the i-th row of mpimat */ in MatCreateMPIAIJSumSeqAIJNumeric()
4731 if (*(bj_i + j) == aj[nextaj]) { /* bcol == acol */ in MatCreateMPIAIJSumSeqAIJNumeric()
4745 if (*(bj_i + j) == aj[nextaj]) { /* bcol == acol */ in MatCreateMPIAIJSumSeqAIJNumeric()
4753 PetscCall(MatSetValues(mpimat, 1, &arow, bnzi, bj_i, ba_i, INSERT_VALUES)); in MatCreateMPIAIJSumSeqAIJNumeric()