Home
last modified time | relevance | path

Searched refs:both_identity (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact2.c125 PetscBool col_identity, row_identity, both_identity; in MatLUFactorNumeric_SeqBAIJ_N() local
209 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() local
347 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()
H A Dbaijfact3.c154 PetscBool row_identity, col_identity, both_identity; in MatLUFactorSymbolic_SeqBAIJ() local
298 both_identity = (PetscBool)(row_identity && col_identity); in MatLUFactorSymbolic_SeqBAIJ()
300 PetscCall(MatSeqBAIJSetNumericFactorization(B, both_identity)); in MatLUFactorSymbolic_SeqBAIJ()