BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add example for Meshing with TriangleElement

epsi1on opened this issue · comments

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

Hello epsi1on,
Where is the example, i can not find it.

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?

Thanks for your quick response, I haven't been able to implement it yet, I've been a bit clumsy trying to understand it.

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.