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
BeamDyn does not currently check for consistency between the number of trapezoidal quadrature points and the number of finite-element nodes. If there are too few trapezoidal quadrature points for the number of finite-element nodes, the spatial integrals will be under integrated and BeamDyn will produce incorrect solutions or will fatally crash with a singular matrix error. A check should be added within BeamDyn to ensure that the use of trapezoidal quadrature does not lead to under integration.