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

Validation for QuadrilaturalElement #132

Open epsi1on opened 2 years ago

epsi1on commented 2 years ago

add some validation for QuadrilaturalElement

https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/blob/master/BriefFiniteElementNet.CustomElements/Elements/QuadrilaturalElement.cs

and https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/blob/master/BriefFiniteElementNet.CustomElements.Test/QuadrilaturalElementTests.cs

xyont commented 11 months ago

hello, the link above is not active. please updates.

epsi1on commented 11 months ago

QuadElement is in here now (after some replacements) https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/tree/master/Sources/CustomElements/Elements edit: you could also use the search bar on top of page

epsi1on commented 11 months ago

hello, the link above is not active. please updates.

I suggest you to use triangle element, unless you do some validation for quadrilatural results for making sure it works as you do expect. I'm not sure quad element's results are tested yet