Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci committed Feb 27, 2025
1 parent dcbb2fe commit 41ee3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ufl/algorithms/apply_derivatives.py
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,7 @@ def base_form_operator_derivative(self, o, f, dummy_w, dummy_v, dummy_cd):
return ZeroBaseForm(arguments)
# We need to go through the dag first to record the pending operations
mapped_expr = map_expr_dag(rules, f, vcache=self.vcaches[key], rcache=self.rcaches[key])

mapped_f = rules.coefficient(f)
if mapped_f != 0:
# If dN/dN needs to return an Argument in N space
Expand Down

0 comments on commit 41ee3a7

Please sign in to comment.