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

Update gmsh.py #1796

Merged
merged 2 commits into from Jan 10, 2023
Merged

Update gmsh.py #1796

merged 2 commits into from Jan 10, 2023

Conversation

kotsaloscv
Copy link
Contributor

According to the GMSH documentation, these are the available algorithms:
3D mesh algorithm (1: Delaunay, 3: Initial mesh only, 4: Frontal, 7: MMG3D, 9: R-tree, 10: HXT)

This tiny patch makes sure that trimesh is up-to-date with the latest GMSH.

According to the GMSH documentation, these are the available algorithms:
3D mesh algorithm (1: Delaunay, 3: Initial mesh only, 4: Frontal, 7: MMG3D, 9: R-tree, 10: HXT)
@mikedh mikedh changed the base branch from main to test/vox January 10, 2023 20:52
@mikedh
Copy link
Owner

mikedh commented Jan 10, 2023

Looks great, thanks for the PR! I haven't been using the gmsh bindings very much and they aren't included in unit tests at the moment, any improvements are super welcome!

@mikedh mikedh merged commit 44ea1cc into mikedh:test/vox Jan 10, 2023
@mikedh mikedh mentioned this pull request Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants