Lines Matching refs:zeropivotdetected

28   PetscBool        allowzeropivot, zeropivotdetected;  in MatILUFactorNumeric_SeqBAIJ_5_inplace()  local
284 …etscCall(PetscKernel_A_gets_inverse_A_5(w, ipvt, work, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_5_inplace()
285 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
319 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_5() local
390 …tscCall(PetscKernel_A_gets_inverse_A_5(pv, ipvt, work, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_5()
391 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatLUFactorNumeric_SeqBAIJ_5()
430 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace() local
662 …etscCall(PetscKernel_A_gets_inverse_A_5(w, ipvt, work, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
663 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
686 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering() local
755 …tscCall(PetscKernel_A_gets_inverse_A_5(pv, ipvt, work, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
756 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering()
789 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering() local
858 PetscCall(PetscKernel_A_gets_inverse_A_9(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()
859 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering()