Skip to content

Commit

Permalink
Change default matsolvers to colamd
Browse files Browse the repository at this point in the history
  • Loading branch information
kburns committed Nov 16, 2023
1 parent acc3782 commit 786bf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dedalus/dedalus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
[linear algebra]

# Default sparse matrix solver for single solves
MATRIX_SOLVER = SuperLUNaturalSpsolve
MATRIX_SOLVER = SuperLUColamdSpsolve

# Default sparse matrix factorizer for repeated solves
MATRIX_FACTORIZER = SuperLUNaturalFactorizedTranspose
MATRIX_FACTORIZER = SuperLUColamdFactorizedTranspose

# Split CSR matvecs vector-by-vector
SPLIT_CSR_MATVECS = False
Expand Down

0 comments on commit 786bf11

Please sign in to comment.