FFC

FFC violates immutability of quadrature elements

Bug #1102425 reported by Martin Sandve Alnæs
6
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.sub_elements:
        if element.family() == "Quadrature":
            element._quad_scheme = scheme

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.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.