Lines Matching refs:allowzeropivot
24 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
34 allowzeropivot = PetscNot(A->erroriffailure); in MatILUFactorNumeric_SeqBAIJ_3_inplace()
145 PetscCall(PetscKernel_A_gets_inverse_A_3(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_3_inplace()
179 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_3() local
184 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_3()
250 PetscCall(PetscKernel_A_gets_inverse_A_3(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_3()
284 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace() local
292 allowzeropivot = PetscNot(A->erroriffailure); in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
403 PetscCall(PetscKernel_A_gets_inverse_A_3(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
431 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering() local
434 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
500 PetscCall(PetscKernel_A_gets_inverse_A_3(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()