Lines Matching refs:nonew
943 a->nonew = (flg ? 0 : 1); in MatSetOption_SeqSELL()
946 a->nonew = (flg ? -1 : 0); in MatSetOption_SeqSELL()
949 a->nonew = (flg ? -2 : 0); in MatSetOption_SeqSELL()
1537 PetscInt *cp, nonew = a->nonew, lastcol = -1; in MatSetValues_SeqSELL() local
1589 if (nonew == 1) goto noinsert; in MatSetValues_SeqSELL()
1590 …PetscCheck(nonew != -1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Inserting a new nonzero (%" Pe… in MatSetValues_SeqSELL()
1592 … a->sliceheight, row / a->sliceheight, row, col, a->colidx, a->val, cp, vp, nonew, MatScalar, mul); in MatSetValues_SeqSELL()
1595 …x, a->sliceheight, row / a->sliceheight, row, col, a->colidx, a->val, cp, vp, nonew, MatScalar, 1); in MatSetValues_SeqSELL()
1935 …PetscCheck(a->nonew, PETSC_COMM_SELF, PETSC_ERR_ORDER, "Must call MatSetOption(A,MAT_NEW_NONZERO_L… in MatStoreValues_SeqSELL()
1950 …PetscCheck(a->nonew, PETSC_COMM_SELF, PETSC_ERR_ORDER, "Must call MatSetOption(A,MAT_NEW_NONZERO_L… in MatRetrieveValues_SeqSELL()
2163 b->nonew = 0; in MatCreate_SeqSELL()
2262 c->nonew = a->nonew; in MatDuplicateNoCreate_SeqSELL()