문제

I am looking for some sample code (any language) of quadrilateral mesh generation. However, is seems quite a difficult task!

I am not picky, I'd like to mesh at least polygons with holes, nothing fancy! So, we're talking about 2D planar shapes here.

Any hint?

PS. Of course, if it could even handle curved surfaces, I'd be even happier!

도움이 되었습니까?

해결책

Quadrilateral meshing is by no means easy, especially if the elements should be more or less well-formed. There are no algorithms that can deal with any arbitrary shape without deteriorating element shapes. For a whole lot of problem classes, there are algorithms in applied mathematics and computational science books and papers.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top