-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Develop minimal working version without support for parallel runs and vector-valued functions #15
Develop minimal working version without support for parallel runs and vector-valued functions #15
Conversation
Partitioned heat conduction seems to be working now, at least there are no more errors. However, there's still a lot that's commented out because it hasn't been adapted to dolfinx yet. The latest version of dolfinx is required to run the case!
Some of the problems with the linter are originating from dead links. This is related to #12 and we should fix this directly on |
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 think we are close to done here. @PhilipHildebrand can you take care of the unneeded vertex types? I will then do a final review and merge.
Caused failure of partitioned heat equation tutorial
Actually remove problematic line.
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.
This PR is for merging the fixed error computation of the partitioned-heat-equation tutorial into develop. Furthermore, any tests of the adapter regarding vector functions have been removed, because vector functions are currently not working.
Important to note is that executing the tests via
python3 setup.py test
fails for some reason; executing the tests/ test suites individually does work however.