Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Sep 13, 2023
1 parent 09d1384 commit 2842270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ufl/algorithms/apply_derivatives.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ def facet_avg(self, o, fp):

def coefficient(self, o):
# Define dw/dw := d/ds [w + s v] = v

# Return corresponding argument if we can find o among w
do = self._w2v.get(o)
if do is not None:
Expand Down Expand Up @@ -1146,7 +1147,7 @@ def __init__(self):
self.rcaches = defaultdict(dict)

# Record the operations delayed to the derivative expansion phase:
# Example: dN(u)/du where `N` is an ExternalOperator and `u` a Coefficient
# Example: dN(u)/du where `N` is a BaseFormOperator and `u` a Coefficient
self.pending_operations = ()

def terminal(self, o):
Expand Down

0 comments on commit 2842270

Please sign in to comment.