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

Move of obsolete classes #88

Closed rubsy92 closed 3 years ago

rubsy92 commented 3 years ago

Moving the obsolete classes to a seperate project. Note that there are build errors in the legacy project since the namespaces don't match anymore.

epsi1on commented 3 years ago

Does the project build successfully? Seems checks are failed...

rubsy92 commented 3 years ago

The obsolete project contains a hard copy of all obsolete classes so they can be copied back if needed. Therefore it doesn´t build (since the namespaces aren´t changed). I can change the namespaces if you want?

epsi1on commented 3 years ago

Hi, Yes better to change namespace and let project be built successfully. Thanks

rubsy92 commented 3 years ago

Hi @epsi1on

It should build now, can you check please?

epsi1on commented 3 years ago

seems you did commented out many codes. I'll handle this issue, OK? There are many obsolete classes (both under development and deprecated code). I think better to handle myself. So if no problem I'll start from scratch? Thanks

rubsy92 commented 3 years ago

Sure, since you'll know better what's oboslete and whats not.

epsi1on commented 3 years ago

89