Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cofunctionals terminal, and test #300

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

dham
Copy link
Collaborator

@dham dham commented Jul 8, 2024

When taking derivatives with respect to a Cofunction, ufl ends up creating ExprList objects containing cofunctions. Equality (==) then fails on the ExprList because the Cofunction is not identified as a terminal. This fixes that and puts in a test.

Also adds unicode methods for a couple of missing things that were hit along the way. The whole unicode conversion is untested and I'm not proposing to fix that here.

@dham dham requested a review from mscroggs July 8, 2024 15:14
@mscroggs mscroggs added this pull request to the merge queue Sep 24, 2024
Merged via the queue into main with commit b06ecc7 Sep 24, 2024
21 checks passed
@mscroggs mscroggs deleted the dham/terminal_cofunction_upstream branch September 24, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants