Open Kevin-Mattheus-Moerman opened 5 months ago
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.
@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.