Pablo Brubeck
Pablo Brubeck
To summarize, these are the four families presented in (Guzman & Neilan, 2019), which extend from Bernardi-Raugel and Alfeld-Sorokina Bernardi-Raugel: (simplex, Pk^d + normal facet bubble, dofs of Pk^d +...
@mscroggs I don't understand the ruff reformating which prevents CI to pass, I thought I just needed to `ruff check --fix`?
@mscroggs Could you merge this please?
You could avoid this issue by simply providing a dummy Jacobian, so `derivative` is never called. But this issue is more subtle. The [commit](https://github.com/FEniCS/ufl/commit/60a1cfc1b8a89c9bf1976d45d86e0334c2bfb70e) that @nbouziani refers to calls `e.ufl_domains()`...
Apart from that, `Adjoint` needs to implement `ufl_domains()`
There's also another bug in how we extract arguments of a complicated linear form ``` from firedrake import * from firedrake.__future__ import interpolate mesh = UnitSquareMesh(1, 1) V = FunctionSpace(mesh,...