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

Fixes for the new GMRES in SciPy #5

Merged
merged 3 commits into from
Jul 5, 2024
Merged

Conversation

Sbte
Copy link
Contributor

@Sbte Sbte commented Jul 5, 2024

No description provided.

Sbte added 3 commits July 5, 2024 15:29
We already observed that this doesn't work with the Epetra backend,
and the SciPy solver actually uses more than 1, since the iterations
that we pass are actually the number of restarts.
…Py versions.

This wrapper is copied from TransiFlow. It also makes sure we actually use
maxit number of iterations, instead of maxit number of restarts.
This makes sure it doesn't get promoted to float64 or complex128.
We only use it with a 0.0 value anyway.
@Sbte Sbte force-pushed the mr/new-gmres-fix branch from 6f31c43 to 7ff27fa Compare July 5, 2024 13:56
@Sbte Sbte merged commit a676781 into BIMAU:master Jul 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant