Searched refs:nextaj (Results 1 – 1 of 1) sorted by relevance
4656 PetscInt anzi, *bj_i, *bi, *bj, arow, bnzi, nextaj; in MatCreateMPIAIJSumSeqAIJNumeric() local4729 nextaj = 0; in MatCreateMPIAIJSumSeqAIJNumeric()4730 for (j = 0; nextaj < anzi; j++) { in MatCreateMPIAIJSumSeqAIJNumeric()4731 if (*(bj_i + j) == aj[nextaj]) { /* bcol == acol */ in MatCreateMPIAIJSumSeqAIJNumeric()4732 ba_i[j] += aa[nextaj++]; in MatCreateMPIAIJSumSeqAIJNumeric()4743 nextaj = 0; in MatCreateMPIAIJSumSeqAIJNumeric()4744 for (j = 0; nextaj < anzi; j++) { in MatCreateMPIAIJSumSeqAIJNumeric()4745 if (*(bj_i + j) == aj[nextaj]) { /* bcol == acol */ in MatCreateMPIAIJSumSeqAIJNumeric()4746 ba_i[j] += aa[nextaj++]; in MatCreateMPIAIJSumSeqAIJNumeric()