Lines Matching refs:zeropivotdetected
27 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_6_inplace() local
349 PetscCall(PetscKernel_A_gets_inverse_A_6(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_6_inplace()
350 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatILUFactorNumeric_SeqBAIJ_6_inplace()
377 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_6() local
448 PetscCall(PetscKernel_A_gets_inverse_A_6(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_6()
449 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatLUFactorNumeric_SeqBAIJ_6()
489 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace() local
807 PetscCall(PetscKernel_A_gets_inverse_A_6(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
808 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatILUFactorNumeric_SeqBAIJ_6_NaturalOrdering_inplace()
831 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering() local
900 PetscCall(PetscKernel_A_gets_inverse_A_6(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()
901 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering()