You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add unit test for interaction between BarElement and PartialNonuniformLoad (file BarELementPartialNonuniformLoadTests.cs already exists) Add unit test forTriangleElement` and tetrahedron
The text was updated successfully, but these errors were encountered:
UnitTest are implemented for several elements, like
EulerBernoulliBeamHelper
,ShaftHelper
andTrussHelper
. Also there is need to have unit test for interaction of each helper with aElementalLoad
. For exampleEulerBernoulliBeamHelper
should be able to calculate the Equivalent Nodal Loads for a specificElementalLoad
, for exampleUniformLoad
orConcentratedLoad
orPartialNonuniformLoad
. At the time tests are implemented forBarElement
'sElementalLoad
s almost completelyBarElementConcentratedLoadTests.cs
,BarELementPartialNonuniformLoadTests.cs
andBarElementUniformLoadsTests.cs
Unit tests are inside
BriefFiniteElementNet.Tests
project.Todo:
BarElement
andPartialNonuniformLoad
(fileBarELementPartialNonuniformLoadTests.cs
already exists)Add unit test for
TriangleElement` and tetrahedronThe text was updated successfully, but these errors were encountered: