Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
bed1b628
Commit
bed1b628
authored
Mar 24, 2021
by
Timo Koch
Browse files
Merge branch 'fix/newton-linesearch-update' into 'master'
[newton] Fixup solution reset in line search update after
!2291
See merge request
!2532
parents
18b4ac53
5ba16656
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/nonlinear/newtonsolver.hh
View file @
bed1b628
...
...
@@ -1121,6 +1121,7 @@ private:
// try with a smaller update and reset solution
lambda
*=
0.5
;
uCurrentIter
=
uLastIter
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment