GMRES sets success flag to true if the initial guess is already converged#574
GMRES sets success flag to true if the initial guess is already converged#574michelebucelli wants to merge 2 commits into
Conversation
|
Partially related to this: I asked AI to double-check that I'd caught all instances of Perhaps it is a leftover from an older organization of the code? In which case, it might be worth removing it to clean it up, as part of this PR. It also flagged a number of similarly dead code in the class |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #574 +/- ##
=======================================
Coverage 69.44% 69.45%
=======================================
Files 181 181
Lines 34072 34077 +5
Branches 5930 5930
=======================================
+ Hits 23662 23667 +5
Misses 10273 10273
Partials 137 137 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Fixes #573:
suctosuccessfor improved readability.Code of Conduct & Contributing Guidelines