Lines Matching refs:fact
10 PetscErrorCode MatSeqBAIJSetNumericFactorization(Mat fact, PetscBool natural) in MatSeqBAIJSetNumericFactorization() argument
14 switch (fact->rmap->bs) { in MatSeqBAIJSetNumericFactorization()
16 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_1; in MatSeqBAIJSetNumericFactorization()
19 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_2_NaturalOrdering; in MatSeqBAIJSetNumericFactorization()
22 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering; in MatSeqBAIJSetNumericFactorization()
25 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_4_NaturalOrdering; in MatSeqBAIJSetNumericFactorization()
28 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_5_NaturalOrdering; in MatSeqBAIJSetNumericFactorization()
31 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_6_NaturalOrdering; in MatSeqBAIJSetNumericFactorization()
34 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_7_NaturalOrdering; in MatSeqBAIJSetNumericFactorization()
38 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_9_NaturalOrdering; in MatSeqBAIJSetNumericFactorization()
40 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_N; in MatSeqBAIJSetNumericFactorization()
44 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_15_NaturalOrdering; in MatSeqBAIJSetNumericFactorization()
47 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_N; in MatSeqBAIJSetNumericFactorization()
51 switch (fact->rmap->bs) { in MatSeqBAIJSetNumericFactorization()
53 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_1; in MatSeqBAIJSetNumericFactorization()
56 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_2; in MatSeqBAIJSetNumericFactorization()
59 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_3; in MatSeqBAIJSetNumericFactorization()
62 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_4; in MatSeqBAIJSetNumericFactorization()
65 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_5; in MatSeqBAIJSetNumericFactorization()
68 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_6; in MatSeqBAIJSetNumericFactorization()
71 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_7; in MatSeqBAIJSetNumericFactorization()
74 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqBAIJ_N; in MatSeqBAIJSetNumericFactorization()