Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[misc] Ensure succeeded variable is properly initialized in matrix-fr…
…ee solvers (#8484) The `succeeded` variable was not properly initialized in the `MatrixFreeCG` and `MatrixFreeBICGSTAB` functions, leading to potential issues with the convergence check. By initializing the `succeeded` variable at the beginning of the `solve` function, we ensure that the variable is correctly set and returned at the end of the function, improving the reliability of the solvers. Issue: # ### Brief Summary copilot:summary ### Walkthrough copilot:walkthrough
- Loading branch information