BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
GNU Lesser General Public License v3.0
148 stars 57 forks source link

Add example for Meshing with TriangleElement #126

Open epsi1on opened 2 years ago

epsi1on commented 2 years ago

Add an example for mesh with TriangleElement. A polygon surface with holes and constraints that uses Deluanay Triangulation for mesh.

epsi1on commented 2 years ago

Example is not created yet. :) I just made an issue for it. It is like TO-DO list, I'll make the example as soon as possible. By the way ,have you checked the other code i sent you earlier? did you find it helpful?

epsi1on commented 2 years ago

Sorry, Maybe my code is clumsy and complicated to be simply readable. That is not entirely "Clean Code" and I know it :)

It just need a little effort I think. Feel free to ask questions here.