Skip to content

Commit

Permalink
some fixes in Kinsol of cpp runtime
Browse files Browse the repository at this point in the history
- reduced max number of iterations
- increased tolerance for function norm
- start earlier with line search method
- increase tolerance for jacobian eps, if Kinsol fails in line search method
  • Loading branch information
niklwors authored and OpenModelica-Hudson committed Aug 13, 2015
1 parent 6bcab70 commit 5cf2b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp
@@ -1,4 +1,4 @@
#include <Core/ModelicaDefine.h>
#include <Core/ModelicaDefine.h>
#include <Core/Modelica.h>
/** @addtogroup solverKinsol
*
Expand Down

0 comments on commit 5cf2b90

Please sign in to comment.