-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Compatibility update for v3.0.0 #153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the test with the partitioned heat tutorial is failing: I guess we also need to update the tutorials. Into the rabbit hole 🐇
I also added the |
Since this PR is already quite old: At the moment it is not on the first place of my list of priorities, but I expect to work with preCICE v3 + FEniCS within the next few months again. We can wait with this issue until then and I will occasionally review and merge. If something else pops up in the meantime, we can, of course, take care of this issue earlier. |
I plan to work on this towards the end of this month. Most of the updates in the adapter itself have been done. The major work is actually in updating the tutorials in precice/tutorials#333. |
* Synchronize with 748c934 from precice/fenics-adapter#153
@IshaanDesai I'll try to wrap this PR up soon. Main problem here are the unit tests. I assume the tutorial tests should work as soon as precice/tutorials#333 is merged. |
fenicsprecice/adapter_core.py
Outdated
v1, v2 = vertices(e1) | ||
_, v3 = vertices(e2) | ||
assert (v3 != v1) | ||
assert (v2 != v2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found this problem by running channel-transport-reaction
. But even fixing this obviously wrong assertion does not help. There seems to be some issue with the function get_coupling_triangles
. We obviously need a test for this function and need to fix it. @IshaanDesai can you take a look?
…ter into compatibility-v3.0.0
Ensures compatibility to precice:develop.