Nonlinear solver: tolerance for first Newton iteration is now

smaller than for subsequent ones. Closes: #1668
time-shift
Michel Juillard 2019-11-27 09:52:09 +01:00
parent f2c04f7006
commit f70f7761db
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ end
f = 0.5*(fvec'*fvec) ;
if max(abs(fvec)) < tolf
if max(abs(fvec)) < tolf*tolf
return ;
end