Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pd_gmres does not converge but returns flag=1 #47

Open
jccf19 opened this issue Dec 28, 2023 · 0 comments · May be fixed by #62
Open

pd_gmres does not converge but returns flag=1 #47

jccf19 opened this issue Dec 28, 2023 · 0 comments · May be fixed by #62
Labels
bug Something isn't working

Comments

@jccf19
Copy link
Collaborator

jccf19 commented Dec 28, 2023

For this systems
A=[i 0 1; 0 -i 1; 0 0 I]; b=[1;1;1;]

and calling pd_gmres(A,b,2), the solver does not converge but returns flag=1.

@jccf19 jccf19 added the bug Something isn't working label Dec 28, 2023
@jccf19 jccf19 linked a pull request May 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant