Lines Matching refs:zeropivotdetected
30 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_7_inplace() local
445 PetscCall(PetscKernel_A_gets_inverse_A_7(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_7_inplace()
446 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
473 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_7() local
544 PetscCall(PetscKernel_A_gets_inverse_A_7(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_7()
545 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatLUFactorNumeric_SeqBAIJ_7()
588 PetscBool allowzeropivot, zeropivotdetected; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace() local
999 PetscCall(PetscKernel_A_gets_inverse_A_7(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
1000 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
1023 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering() local
1092 PetscCall(PetscKernel_A_gets_inverse_A_7(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()
1093 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering()