Bug in 3D point integral generation
Bug #1153985 reported by
Marie Rognes
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FFC |
Fix Committed
|
High
|
Marie Rognes |
Bug Description
Take this UFL code
V = FiniteElement("DG", tetrahedron, 0)
u = TrialFunction(V)
v = TestFunction(V)
a = u*v*dP
and look at the generated tabulate_tensor code. There is a bunch of indented code relating to scale factors that really shouldn't be there.
Changed in ffc: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Marie Rognes (meg-simula) |
Changed in ffc: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.