We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345e8e9 commit 782fcb7Copy full SHA for 782fcb7
1 file changed
firedrake/formmanipulation.py
@@ -191,7 +191,6 @@ def interpolate(self, o, operand):
191
return self(ZeroBaseForm(o.arguments()))
192
193
dual_arg, _ = o.argument_slots()
194
- V = dual_arg.function_space()
195
if len(dual_arg.arguments()) == 1 or len(dual_arg.arguments()[-1].function_space()) == 1:
196
# The dual argument has been contracted or does not need to be split
197
return o._ufl_expr_reconstruct_(operand, dual_arg)
0 commit comments