We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2ab56 commit 409cb8fCopy full SHA for 409cb8f
1 file changed
ffcx/analysis.py
@@ -115,9 +115,9 @@ def analyze_ufl_objects(
115
coordinate_elements += data.coordinate_elements
116
117
# Loop through forms to extract interpolate operands
118
- current_coeffs = data.reduced_coefficients.copy()
119
new_coefficients = []
120
for data in form_data:
+ current_coeffs = data.reduced_coefficients.copy()
121
for coeff in current_coeffs:
122
if isinstance(coeff, ProxyCoefficient):
123
# Expose expression used for interpolation to generated code
0 commit comments