Skip to content

Commit

Permalink
use LapackDense
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 15, 2024
1 parent 5bedfa7 commit d914ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ initial:
solver:
abs_tol: 0.0006 # absolute tolerance of the DAE solver [m, m/s]
rel_tol: 0.001 # relative tolerance of the DAE solver [-]
linear_solver: "GMRES" # can be GMRES or Dense
linear_solver: "LapackDense" # can be GMRES or Dense or LapackDense
max_order: 4 # maximal order, usually between 3 and 5
max_iter: 200 # max number of iterations of the steady-state-solver

Expand Down

0 comments on commit d914ddf

Please sign in to comment.