Skip to content

Commit

Permalink
Change solver to IDA to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 5, 2024
1 parent 7413d66 commit 1a6db36
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 @@ -20,7 +20,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 [-]
solver: "DFBDF" # DAE solver, IDA or DFBDF or DImplicitEuler
solver: "IDA" # DAE solver, IDA or DFBDF or DImplicitEuler
linear_solver: "GMRES" # can be GMRES or LapackDense or Dense (only for IDA)
max_order: 4 # maximal order, usually between 3 and 5 (IDA and DFBDF)
max_iter: 200 # max number of iterations of the steady-state-solver
Expand Down

0 comments on commit 1a6db36

Please sign in to comment.