FEniCS/basix

Wrong UFL cell for (eg) meshes with tdim 2 and gdim 3

Closed this issue · 1 comments

For meshes with tdim 2 and gdim 3, .ufl_cell() should return Cell(triangle, 3) and not triangle

Not a bug, there was an error in the code that was causing this