Lines Matching refs:zeropivotdetected
570 PetscBool allowzeropivot, zeropivotdetected; in MatCholeskyFactorNumeric_SeqSBAIJ_N() local
689 …etscCall(PetscKernel_A_gets_inverse_A(bs, diag, pivots, work, allowzeropivot, &zeropivotdetected)); in MatCholeskyFactorNumeric_SeqSBAIJ_N()
690 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatCholeskyFactorNumeric_SeqSBAIJ_N()
743 PetscBool allowzeropivot, zeropivotdetected; in MatCholeskyFactorNumeric_SeqSBAIJ_N_NaturalOrdering() local
821 …etscCall(PetscKernel_A_gets_inverse_A(bs, diag, pivots, work, allowzeropivot, &zeropivotdetected)); in MatCholeskyFactorNumeric_SeqSBAIJ_N_NaturalOrdering()
822 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatCholeskyFactorNumeric_SeqSBAIJ_N_NaturalOrdering()
875 PetscBool allowzeropivot, zeropivotdetected; in MatCholeskyFactorNumeric_SeqSBAIJ_2() local
1005 PetscCall(PetscKernel_A_gets_inverse_A_2(diag, shift, allowzeropivot, &zeropivotdetected)); in MatCholeskyFactorNumeric_SeqSBAIJ_2()
1006 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatCholeskyFactorNumeric_SeqSBAIJ_2()
1054 PetscBool allowzeropivot, zeropivotdetected; in MatCholeskyFactorNumeric_SeqSBAIJ_2_NaturalOrdering() local
1147 PetscCall(PetscKernel_A_gets_inverse_A_2(diag, shift, allowzeropivot, &zeropivotdetected)); in MatCholeskyFactorNumeric_SeqSBAIJ_2_NaturalOrdering()
1148 if (zeropivotdetected) C->factorerrortype = MAT_FACTOR_NUMERIC_ZEROPIVOT; in MatCholeskyFactorNumeric_SeqSBAIJ_2_NaturalOrdering()