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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@dham Can you re-write here the minimal failing example? Thanks
The text was updated successfully, but these errors were encountered:
@FabioLuporini:
from firedrake import * parameters['coffee']['optlevel'] = 'O3' parameters['pyop2_options']['opt_level'] = 'O3' parameters['pyop2_options']['simd_isa'] = 'avx' m = UnitSquareMesh(2, 2, quadrilateral=True) fs = FunctionSpace(m, "Q", 5) u = TrialFunction(fs) v = TestFunction(fs) print tsfc_interface.compile_form(u * v * dx, "foo")
Sorry, something went wrong.
Let's monitor progress in PR #116
No branches or pull requests
@dham Can you re-write here the minimal failing example? Thanks
The text was updated successfully, but these errors were encountered: