FEniCS / ufl

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

ufl2unicode fail #237

Closed Ig-dolci closed 10 months ago

Ig-dolci commented 10 months ago

In a recent change to UFL, subdomain_id was transformed from a single value to a tuple. This broke some assumptions in ufl2unicode that I have fixed here.

mscroggs commented 10 months ago

We should work on #167 to prevent future errors like this