FEniCS / basix

FEniCSx finite element basis evaluation library
https://fenicsproject.org
MIT License
89 stars 34 forks source link

Fix return type of sobolev-space in quadrature element #853

Closed jorgensd closed 1 month ago

jorgensd commented 1 month ago

Needed in exotic code

mscroggs commented 1 month ago

The failing DOLFINx tests seems unrelated to this PR? (but I've removed this from the merge queue just in case)

jorgensd commented 1 month ago

The failing DOLFINx tests seems unrelated to this PR? (but I've removed this from the merge queue just in case)

That is another issue (I've put the test function first, when it should be second.. give me a second to fix it)

mscroggs commented 1 month ago

The failing DOLFINx tests seems unrelated to this PR? (but I've removed this from the merge queue just in case)

That is another issue (I've put the test function first, when it should be second.. give me a second to fix it)

https://github.com/FEniCS/dolfinx/pull/3458