-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Support creation of meshes from Basix elements from Python #2960
Conversation
… garth/pymesh-domains
Sorry for adding so many comments :) I thought it was best to mark all the places related to the same questions so that I can more easily see them if I need to prepare a follow up PR if any of those needs to be fixed. |
Thanks for picking these up - type hints fixes in #2967. |
Until now, an
ufl.Mesh
was required to create a DOLFINx mesh. With this change a mesh can be created with a Basix element or a DOLFINxCoordinateElement
.Resolves #2943.