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

Enhance Meshing Module for Gmsh to DolfinX Mesh Conversion #2999

Open
ivanmaione opened this issue Feb 6, 2024 · 0 comments
Open

Enhance Meshing Module for Gmsh to DolfinX Mesh Conversion #2999

ivanmaione opened this issue Feb 6, 2024 · 0 comments
Assignees

Comments

@ivanmaione
Copy link
Contributor

Description of issue / requirement to address

The Meshing module currently lacks the capability to convert a Gmsh mesh into a DolfinX mesh on the fly. This leads to:

  • Unnecessary computational time spent on saving and loading the corresponding .msh mesh file for each finite element model.
  • The need to implement the necessary part in Gmsh, bypassing the use of the meshing module.

Proposed solution

Revise the meshing workflow to prevent Gmsh from finalizing at the end of the meshing process. Implement the required methods for exporting a Gmsh.model without intermediate file storage.

Alternative solutions

Additional context

@ivanmaione ivanmaione self-assigned this Feb 6, 2024
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

No branches or pull requests

1 participant