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
154 stars 57 forks source link

FrameElement2Node still in use? #87

Closed rubsy92 closed 3 years ago

rubsy92 commented 3 years ago

Hi @epsi1on,

I'm working on the obsolete code project (See https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/projects/4#card-45815267) and I came across the FrameElement2Node element. This class became obsolete, no? Everything refers to barElement now, right?

epsi1on commented 3 years ago

Hi, yes you are right. FrameElement2Node is deprecated and BarElemenet should be used instead. In next version it will be moved to BriefFiniteElement.Legacy name space or a separate project

rubsy92 commented 3 years ago

Hi @epsi1on

See the pull request for the moving of obsolete code to the legacy project.

epsi1on commented 3 years ago

Hi, Thanks. Seems there is error in code which cannot be built. Could you please do a check? Thanks

epsi1on commented 3 years ago

FrameElement2Node and other obsolete elements are moved to Legacy project.