Skip to content

Commit

Permalink
fix assign visitor for cofunction??
Browse files Browse the repository at this point in the history
  • Loading branch information
JHopeCollins committed Dec 17, 2024
1 parent 2831daf commit d15eba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firedrake/assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def component_tensor(self, o, a, _):
def coefficient(self, o):
return ((o, 1),)

def cofunction(self, o):
return ((o, 1),)

def constant_value(self, o):
return ((o, 1),)

Expand Down

0 comments on commit d15eba6

Please sign in to comment.