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

Implement BarElement GetExactInternalDisplacementAt #172

Open joc74pt opened 11 months ago

joc74pt commented 11 months ago

Hello,

Is it possible to implement the BarElement.GetExactInternalDisplacementAt?

I need to know the exact displacement in points of a bar with forces applied.

epsi1on commented 1 month ago

Hi @joc74pt , Sorry for late reply after a year. i think some efforts are done in last year. There was a restructure of load handling which makes it much easier to implement BarElement.GetExactInternalDisplacementAt. if you are interested in code contribution please let me know. otherwise should wait for opportunity to implement it...

Thanks