-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor unstructured mesh generation #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I'm not too familiar with UM2N. But approving this if that's all you wanted from me :)
Me neither... Did you review it or just click approve? Could do with checking that what I came up with is sensible. There's no ML in there, just mesh generation code, so shouldn't require familiarity with UM2N. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed now :) Just minor comments and suggestions (feel free to ignore if you disagree of course)
Partially addresses #17.
Partially addresses #7.
This PR refactors the square and random polygonal mesh generators and adds docstrings and unit tests. It also deletes a .msh file that probably wasn't meant to be added to the repo.