Skip to content
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

Merged
merged 48 commits into from
Jan 5, 2024

Conversation

garth-wells
Copy link
Member

@garth-wells garth-wells commented Jan 4, 2024

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 DOLFINx CoordinateElement.

Resolves #2943.

@garth-wells garth-wells added the enhancement New feature or request label Jan 4, 2024
@garth-wells garth-wells enabled auto-merge January 5, 2024 13:54
@garth-wells garth-wells added this pull request to the merge queue Jan 5, 2024
Merged via the queue into main with commit 2462d92 Jan 5, 2024
@garth-wells garth-wells deleted the garth/pymesh-domains branch January 5, 2024 14:36
@francesco-ballarin
Copy link
Member

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.

@garth-wells
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow mesh.create_mesh to create a mesh without a UFL domain
3 participants