We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df21bac commit 36559fcCopy full SHA for 36559fc
ufl/algorithms/compute_form_data.py
@@ -475,7 +475,6 @@ def compute_form_data(
475
for integral in itg_data.integrals:
476
integrand = replace(integral.integrand(), self.function_replace_map)
477
integrand = apply_coefficient_split(integrand, self.coefficient_split)
478
- integrand = remove_component_and_list_tensors(integrand)
479
if not isinstance(integrand, Zero):
480
new_integrals.append(integral.reconstruct(integrand=integrand))
481
itg_data.integrals = new_integrals
0 commit comments