Releases: JuliaFEM/FEMBeam.jl
Releases · JuliaFEM/FEMBeam.jl
v0.3.1
v0.3.1 (2019-09-27)
Merged pull requests:
- Update documentation + little tweaks (#19) (ahojukka5)
- change to get beam example running (#18) (micampbell)
v0.3.0
v0.2.0: Make FEMBeam.jl compatible with Julia version 0.7
* Fix deprecation warnings. * Add 0.7, 1.0 and nightly to `.travis.yml`. * Do not use `PkgTestSuite.jl`. * Refactor / cleanup of 2d beam tests.
v0.1.2: Refactoring code (#12)
- Hopefully someday coming 2d implementation is in separate file beam2d.jl. - Instead of import FEMBase: <function>, use directly FEMBase.<function>
v0.1.1: Improve function get_rotation_matrix (#11)
- Added docstring explaining the principles of constructing orthonormal local base for defining beam cross-section. - Now function throws an exception with a clear error message if user tries to construct rotation matrix where tangent is parallel to first beam section axis n1. - This commit closes PR #10.
First release
3d beam implementation, Euler-Bernoulli formulation, supports distributed loads and point loads.