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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
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.

None yet

1 participant