Generating an unstructured triangle grid
Julia Programming Language
Generating an unstructured triangle grid
Hi, I’m trying to generate an unstructured triangle grid with an area constraint for data defined on irregular polygonal domains. I have coordinate data for the boundaries of two polygons respectively and for measuring points within those polygons. I now need to generate a triangular grid between the measuring points, preferably using the Triangulate.jl package, but I couldn’t find out how to do so. I’ve found this bit of code and inserted my data, however it doesn’t actually show me a plot, ev...
0 comments
No comments yet.