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

Add gmsh functionality #896

Merged
merged 4 commits into from
Feb 3, 2025
Merged

Add gmsh functionality #896

merged 4 commits into from
Feb 3, 2025

Conversation

gertjanvanzwieten
Copy link
Contributor

No description provided.

@gertjanvanzwieten gertjanvanzwieten force-pushed the gmsh branch 4 times, most recently from 6b36e07 to 4a1ce68 Compare January 29, 2025 12:51
@gertjanvanzwieten gertjanvanzwieten force-pushed the gmsh branch 3 times, most recently from a69a2cd to 86de41e Compare January 31, 2025 09:30
This patch wraps the dot_path argument of export_graphviz in shutil.which,
which has the benefit of adding the .exe extension on Windows.
This patch adds two checks to the mesh.simplex function:
1. Check that all vertices are accessed by nodes
2. Check that all named points (ptags) are accessed by nodes
A warning is emitted for failure of either condition.
This patch generalizes the msh.gmsh function to include .geo input, in which
case the gmsh application is called to convert it to .msh on the fly.
@gertjanvanzwieten gertjanvanzwieten merged commit 69202ff into master Feb 3, 2025
22 checks passed
@joostvanzwieten joostvanzwieten deleted the gmsh branch February 3, 2025 10:43
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.

2 participants