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

Move obsolete code to BriefFiniteElement.Legacy #89

Closed epsi1on closed 3 years ago

epsi1on commented 4 years ago

There are many obsolete classes inside the project and for V2, they need to removed or moved to a separated project. Majority of code are:

Codes should work right after movement, for example should not throw original NotImplementedException introduced by legacy BFE :+1:

epsi1on commented 4 years ago

Moving Model.Solve() will be done after validating the Model.SolveMpc() because maybe SolveMpc() contains some bugs etc.