Lines Matching refs:allowzeropivot
27 PetscBool allowzeropivot, zeropivotdetected = PETSC_FALSE; in MatILUFactorNumeric_SeqBAIJ_4_inplace() local
37 allowzeropivot = PetscNot(A->erroriffailure); in MatILUFactorNumeric_SeqBAIJ_4_inplace()
203 PetscCall(PetscKernel_A_gets_inverse_A_4(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_4_inplace()
241 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_4() local
244 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_4()
318 PetscCall(PetscKernel_A_gets_inverse_A_4(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_4()
358 PetscBool allowzeropivot, zeropivotdetected = PETSC_FALSE; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace() local
365 allowzeropivot = PetscNot(A->erroriffailure); in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
530 PetscCall(PetscKernel_A_gets_inverse_A_4(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
561 PetscBool allowzeropivot, zeropivotdetected; in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering() local
564 allowzeropivot = PetscNot(A->erroriffailure); in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()
636 PetscCall(PetscKernel_A_gets_inverse_A_4(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering()