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

Fix bug issue #76 according to epsi1on + Validation triangular shell #77

Closed rubsy92 closed 4 years ago

rubsy92 commented 4 years ago

Validation case flat plate, STRI3 Abaqus

epsi1on commented 4 years ago

Thanks, this is very nice. Can you please replace xlsx excel file with a plain text csv (comma separated value) file?

rubsy92 commented 4 years ago

Changed

epsi1on commented 4 years ago

Validations update + minor update

epsi1on commented 4 years ago

Hi, I did resolve some conflicts. but now gives error

Data\FlatShell - triangle\FlatPlate\Validator.cs(1,29): error CS0234: The type or namespace name 'DebuggerVisualizers' does not exist in the namespace 'BriefFiniteElementNet' (are you missing an assembly reference?) [C:\projects\brieffiniteelement-net\BriefFiniteElementNet.Validation\BriefFiniteElementNet.Validation.csproj]

Can you please have a look? Changes are applied in your fork of BFE

Thanks

rubsy92 commented 4 years ago

I removed the DebuggerVisualizers (only used to view the sample, so it's not really needed for a validation standpoint)