Searched refs:both_identity (Results 1 – 2 of 2) sorted by relevance
125 PetscBool col_identity, row_identity, both_identity; in MatLUFactorNumeric_SeqBAIJ_N() local209 both_identity = (PetscBool)(row_identity && col_identity); in MatLUFactorNumeric_SeqBAIJ_N()210 if (both_identity) { in MatLUFactorNumeric_SeqBAIJ_N()320 PetscBool col_identity, row_identity, both_identity; in MatILUFactorSymbolic_SeqBAIJ() local347 both_identity = (PetscBool)(row_identity && col_identity); in MatILUFactorSymbolic_SeqBAIJ()349 if (!levels && both_identity) { in MatILUFactorSymbolic_SeqBAIJ()352 PetscCall(MatSeqBAIJSetNumericFactorization(fact, both_identity)); in MatILUFactorSymbolic_SeqBAIJ()507 PetscCall(MatSeqBAIJSetNumericFactorization(fact, both_identity)); in MatILUFactorSymbolic_SeqBAIJ()
154 PetscBool row_identity, col_identity, both_identity; in MatLUFactorSymbolic_SeqBAIJ() local298 both_identity = (PetscBool)(row_identity && col_identity); in MatLUFactorSymbolic_SeqBAIJ()300 PetscCall(MatSeqBAIJSetNumericFactorization(B, both_identity)); in MatLUFactorSymbolic_SeqBAIJ()