We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am following the tutorial on computing the capacity of a cube with a re-entrant corner found here: https://nbviewer.org/github/bempp/bempp-cl/blob/master/notebooks/laplace/reentrant_cube_capacity.ipynb
When I input: sol, _, iteration_count = bempp.api.linalg.gmres(op, rhs, use_strong_form=True, return_iteration_count=True)
I get the error on the title. I tried SciPy 1.6.0 and 1.7.0. Any guidance on this?
The text was updated successfully, but these errors were encountered:
It could be that you are running out of memory when running that example. Could you try running with (eg) h=0.5 and see if the error still happens?
h=0.5
Sorry, something went wrong.
No branches or pull requests
I am following the tutorial on computing the capacity of a cube with a re-entrant corner found here:
https://nbviewer.org/github/bempp/bempp-cl/blob/master/notebooks/laplace/reentrant_cube_capacity.ipynb
When I input:
sol, _, iteration_count = bempp.api.linalg.gmres(op, rhs, use_strong_form=True, return_iteration_count=True)
I get the error on the title. I tried SciPy 1.6.0 and 1.7.0. Any guidance on this?
The text was updated successfully, but these errors were encountered: