BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
https://www.bfe-framework.net
GNU Lesser General Public License v3.0
154 stars 58 forks source link

Anybody interested in writing a quad mesher for a 2D surface ? #106

Closed upuri closed 3 years ago

upuri commented 3 years ago

An automatic 2D quadrilateral mesher for a closed polygon with holes, points and lines constraint in it. Programming language C#

epsi1on commented 3 years ago

There should be some solution and codes to use Deluanay triangulation to form a quad mesh for polygon, i can remember another user just asked same question, I think you could find it in issues section by some search

upuri commented 3 years ago

done