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

Commit

Permalink
Increase accuracy of Newton solver
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Nov 10, 2016
1 parent f4d1b5a commit 450b5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/cpp/Solver/Newton/NewtonSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

NewtonSettings::NewtonSettings()
: _iNewt_max (50)
, _dRtol (1e-6)
, _dAtol (1e-6)
, _dRtol (1e-8)
, _dAtol (1e-8)
, _dDelta (1)
, _continueOnError (false)
{
Expand Down

0 comments on commit 450b5be

Please sign in to comment.