Lines Matching refs:nonew
86 if (nonew == 1) { \
91 …PetscCheck(nonew != -1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Inserting a new nonzero at glo…
92 …idx, a->sliceheight, row / sliceheight, row, col, a->colidx, a->val, cp1, vp1, nonew, MatScalar); \
130 if (nonew == 1) { \
135 …PetscCheck(nonew != -1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Inserting a new nonzero at glo…
136 …idx, b->sliceheight, row / sliceheight, row, col, b->colidx, b->val, cp2, vp2, nonew, MatScalar); \
210 if (col < 0 && !((Mat_SeqSELL *)sell->B->data)->nonew) { in MatSetValues_MPISELL()
331 if (!((Mat_SeqSELL *)sell->B->data)->nonew) { in MatAssemblyEnd_MPISELL()
346 …if ((!mat->was_assembled && mode == MAT_FINAL_ASSEMBLY) || !((Mat_SeqSELL *)sell->A->data)->nonew)… in MatAssemblyEnd_MPISELL()
931 PetscInt nonew = sell->nonew; in MatShift_MPISELL() local
933 sell->nonew = nonew; in MatShift_MPISELL()