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

LogicError: create_buffer failed: INVALID_BUFFER_SIZE #132

Open
GhanimHableel1 opened this issue Nov 10, 2021 · 1 comment
Open

LogicError: create_buffer failed: INVALID_BUFFER_SIZE #132

GhanimHableel1 opened this issue Nov 10, 2021 · 1 comment

Comments

@GhanimHableel1
Copy link

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?

@mscroggs
Copy link
Member

mscroggs commented Dec 7, 2021

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?

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

No branches or pull requests

2 participants