Lines Matching refs:allowzeropivot
28 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_5_inplace() local
35 allowzeropivot = PetscNot(A->erroriffailure); in MatILUFactorNumeric_SeqBAIJ_5_inplace()
284 …PetscCall(PetscKernel_A_gets_inverse_A_5(w, ipvt, work, shift, allowzeropivot, &zeropivotdetected)… in MatILUFactorNumeric_SeqBAIJ_5_inplace()
319 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_5() local
322 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_5()
390 …PetscCall(PetscKernel_A_gets_inverse_A_5(pv, ipvt, work, shift, allowzeropivot, &zeropivotdetected… in MatLUFactorNumeric_SeqBAIJ_5()
430 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace() local
433 allowzeropivot = PetscNot(A->erroriffailure); in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
662 …PetscCall(PetscKernel_A_gets_inverse_A_5(w, ipvt, work, shift, allowzeropivot, &zeropivotdetected)… in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
686 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering() local
689 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
755 …PetscCall(PetscKernel_A_gets_inverse_A_5(pv, ipvt, work, shift, allowzeropivot, &zeropivotdetected… in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
789 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering() local
792 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
858 PetscCall(PetscKernel_A_gets_inverse_A_9(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()