meshpro / dmsh

:spider_web: Simple mesh generator inspired by distmesh.
GNU General Public License v3.0
210 stars 25 forks source link

It would be super useful if you could specify the number of nodes you wanted in your mesh #56

Closed Alex-AMC closed 3 years ago

Alex-AMC commented 3 years ago

This tool would be very useful in finding the most even way to pack out a set of polygons with n number of points.

nschloe commented 3 years ago

You can already do that via the edge_size parameter. It's not exact, but you can approximate any desired number of points quite well.