Closed gassmoeller closed 1 week ago
can you fix test output? Otherwise good to go.
Yes, we had no Newton tests in parallel. I included the fix of this PR into #6135, because there I can fix it in a cleaner way (since I create the search direction vector anyway). I am going to close this PR and instead use #6135 for the fix.
Fix a bug introduced in #6133.
.add
does not work for vectors with ghost entries, butoperator *=
andoperator +=
do. This wasnt caught by any tests, because we had no tests for the Newton solver with line search in parallel. I converted two of the existing tests to be run in parallel.