Skip to content
Snippets Groups Projects
Commit 53ef569f authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de Committed by Ansgar Burchardt
Browse files

Let IPOpt choose its default linear solver

IPOpt needs a linear solver for internal use, but does not provide any one itself.
Previously, the dune-istl interface to IPOpt picked 'ma27' as the linear solver
when no other one was chosen.  The reason for this choice is historic, among other
things, ma27 is relatively easy to come by.  However, 'ma27' is not always a good
default.  For example, on Debian systems 'mumps' is the default linear solver
for IPOpt.

This patch removes the default from the dune-istl wrapper, and let's IPOpt picks
what it thinks is best.  This will only fail if there is no solver installed
at all.

(cherry picked from commit 0c36f0a5)
parent 7598155d
Branches releases/2.4-1
No related tags found
No related merge requests found
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment