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

Read GMSH mesh file and create BoundaryFeature #57

Open
markstock opened this issue Oct 23, 2020 · 0 comments
Open

Read GMSH mesh file and create BoundaryFeature #57

markstock opened this issue Oct 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@markstock
Copy link
Collaborator

As a step toward the hybrid solver, we need to be able to read boundary (only) elements from an .msh file as output from GMSH and turn them into a BoundaryFeature. For starters, we can keep the elements all linear and 1st order.

For this, a new BoundaryFeature subclass will need to be created for "user-defined" outlines (see #56). Once this is functional, we can expand the msh-reader to include the volume elements (quads first) and then high-order volume elements.

@markstock markstock added the enhancement New feature or request label Oct 23, 2020
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

No branches or pull requests

1 participant