-
Notifications
You must be signed in to change notification settings - Fork 18
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
Upgrade to FEniCS-2016.2.0 #100
Comments
I think the issues are mainly due to the new syntax for RectangleMesh and BoxMesh in FEniCS 1.6. I have made pull requests. |
@KristianE86 The parts of the Python interface I have been working on work for FEniCS 2016.2 and the dev version as well (these are: adapt, mesh_metric, refine_metric, detect_colinearity, patchwise_projection). Do you know about the rest? I think the test scripts were just not updated. |
You are right - it works in serial using FEniCS 2016.2. I can probably contribute some patches for the examples if you wish. |
Up-to-date FEniCS tests have been added in pragmatic/python/tests. The python files will probably need to be polished sooner or later. I am closing this issue. |
Do you plan an upgrade?
I am willing to help if it will work in parallel, see #99.
The text was updated successfully, but these errors were encountered: