-
Notifications
You must be signed in to change notification settings - Fork 177
Do not set domains of all active coefficients in domain_integral_type #4803
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
base: main
Are you sure you want to change the base?
Conversation
6b4b57f to
cf4ad31
Compare
|
Note that some tests are still failing (see the complex run). |
There are some conflicts with #4763. It seems tricky to resolve, mainly because we sometimes allow coefficients for which |
I looked into this a little with @leo-collins. Setting things to
Is it sufficient to just remove this line: domain_integral_type_map.update(dict.fromkeys(coefficient_meshes, "cell"))This is the one that I think is properly wrong. |
That's what the PR is doing. |
Ah OK. I didn't quite follow the logic. |
Description
Revert #4775