Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
use kinsol instead of nox as default nonlinear solver
Browse files Browse the repository at this point in the history
  • Loading branch information
qichenghua authored and OpenModelica-Hudson committed Jul 18, 2017
1 parent 83d7b4a commit 330aa9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ OMCFactory::OMCFactory(PATH library_path, PATH modelicasystem_path)
#else
, _defaultLinSolver("linearSolver")
#endif
, _defaultNonLinSolver("nox")
, _defaultNonLinSolver("kinsol")
{
fillArgumentsToIgnore();
fillArgumentsToReplace();
Expand All @@ -114,7 +114,7 @@ OMCFactory::OMCFactory()
#else
, _defaultLinSolver("linearSolver")
#endif
, _defaultNonLinSolver("nox")
, _defaultNonLinSolver("kinsol")
{
fillArgumentsToIgnore();
fillArgumentsToReplace();
Expand Down

0 comments on commit 330aa9e

Please sign in to comment.