Lines Matching refs:allowzeropivot
27 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_6_inplace() local
34 allowzeropivot = PetscNot(A->erroriffailure); in MatILUFactorNumeric_SeqBAIJ_6_inplace()
349 PetscCall(PetscKernel_A_gets_inverse_A_6(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_6_inplace()
377 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_6() local
380 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_6()
448 PetscCall(PetscKernel_A_gets_inverse_A_6(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_6()
489 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace() local
496 allowzeropivot = PetscNot(A->erroriffailure); in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
807 PetscCall(PetscKernel_A_gets_inverse_A_6(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
831 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering() local
834 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
900 PetscCall(PetscKernel_A_gets_inverse_A_6(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()