Skip to content
Snippets Groups Projects
Commit f70f7761 authored by MichelJuillard's avatar MichelJuillard
Browse files

Nonlinear solver: tolerance for first Newton iteration is now

smaller than for subsequent ones. Closes: #1668
parent f2c04f70
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ end
f = 0.5*(fvec'*fvec) ;
if max(abs(fvec)) < tolf
if max(abs(fvec)) < tolf*tolf
return ;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment