Skip to content

Commit

Permalink
Merge branch 'interp_dual' of github.com:firedrakeproject/ufl into in…
Browse files Browse the repository at this point in the history
…terp_dual
  • Loading branch information
nbouziani committed Sep 12, 2023
2 parents 3d00bf4 + 2f8773c commit 56bbc6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ufl/algorithms/replace_derivative_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def __init__(self, mapping, **derivative_kwargs):

expr = MultiFunction.reuse_if_untouched

# TODO: Add other derivative nodes?

def coefficient_derivative(self, cd, o, coefficients, arguments, coefficient_derivatives):
der_kwargs = self.der_kwargs
new_coefficients = tuple(self.mapping[c] if c in self.mapping.keys() else c for c in coefficients.ufl_operands)
Expand Down

0 comments on commit 56bbc6f

Please sign in to comment.