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
This currently causes a segfault:
import basix element = basix.create_element(basix.ElementFamily.P, basix.CellType.hexahedron, 7, basix.LagrangeVariant.gll_isaac)
This is the same error I'm getting when running the oneAPI tests in #684
The text was updated successfully, but these errors were encountered:
f3fed3d
There's a flaky fix for this in #686. I'm not convinced it actually fixes it, looks like it probably just hides the issue
Sorry, something went wrong.
mscroggs
No branches or pull requests
This currently causes a segfault:
This is the same error I'm getting when running the oneAPI tests in #684
The text was updated successfully, but these errors were encountered: