-
Notifications
You must be signed in to change notification settings - Fork 9
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
TetGen doesn't work for triangular input surfaces? #37
Comments
This is unfortunate. I am not that much into this part of the API as I am focused on the "raw API" May be @SimonDanisch can have a look at this before I try to figure this out. |
… input With facet markers in the mesh, this creates the wrong entry type for facets. Fixes #37
@j-fu thanks for the quick response. I may need the raw interface too. Is there an example you can share for using it to create a tet mesh on an input domain? I was also wondering how to retrieve the input boundary marker data, and how to mesh multiple regions and cope with holes. Usually it requires "interior points" to define the regions/holes. (I wrote a tegen wrapper for MATLAB in the past https://www.gibboncode.org/). Thanks again |
This all should work. See examples/examples.jl (I see there is nothing with hole points though). I am mostly using TetGen via SimplexGridFactory.jl. So perhaps it makes sense to have a more comprehensive set of examples. |
Based on the cube (quad) mesh example provided in the README, I've just tried to apply this to triangular boundary surfaces. E.g. like this:
However, I get the following error:
Any help resolving this would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: