FEniCS / ufl

UFL - Unified Form Language
https://fenicsproject.org
GNU Lesser General Public License v3.0
104 stars 64 forks source link

Pass more variants around #141

Closed mscroggs closed 1 year ago

mscroggs commented 1 year ago

The are plans to remove the variant argument from elements in the UFL rewrite, but it would be useful to include these in a release of UFL before we start major changes to the interface

Combines #17 and #129