FEniCS/basix

Improve implementation of Sobolev spaces

Closed this issue · 0 comments

In #583, Sobolev spaces were added to the UFL wrapper.

Currently, the spaces for each element are hardcoded in the UFL wrapper. Instead, an enum should be stored in the element and this should be queried.