Creating Regular meshes
Opened this issue · 2 comments
mm-crj commented
Is there a way that this package can exchange data with Trianglulate.jl
? And can I create a grid with rectangles with this package?
j-fu commented
For the first point: See SimplexGridFactory.jl. It is just made for this.
For a grid with rectangles: essentially, this is planned, and it could be done in the time frame of approximately two mont. (It is not that much work, but I would need to find some free slot to work on this).
mm-crj commented
Thank you! Let me know if I can help with something like documentation.