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

UnitTest Coverage #91

Open epsi1on opened 3 years ago

epsi1on commented 3 years ago

UnitTest are implemented for several elements, like EulerBernoulliBeamHelper, ShaftHelper and TrussHelper. Also there is need to have unit test for interaction of each helper with a ElementalLoad. For example EulerBernoulliBeamHelper should be able to calculate the Equivalent Nodal Loads for a specific ElementalLoad, for example UniformLoad or ConcentratedLoad or PartialNonuniformLoad. At the time tests are implemented for BarElement's ElementalLoads almost completely BarElementConcentratedLoadTests.cs, BarELementPartialNonuniformLoadTests.cs and BarElementUniformLoadsTests.cs Unit tests are inside BriefFiniteElementNet.Tests project.

Todo: