FFC violates immutability of quadrature elements
Bug #1102425 reported by
Martin Sandve Alnæs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FFC |
New
|
Undecided
|
Unassigned |
Bug Description
In ffc/analysis.py, the lines:
for element in form_data.
if element.family() == "Quadrature":
violate the immutability property of elements. This is not safe, and will cause problems if the same element is used in different forms with different quadrature schemes.
To post a comment you must log in.