Skip to content

Releases: JuliaFEM/FEMBeam.jl

v0.3.1

28 Sep 15:26
v0.3.1
Compare
Choose a tag to compare

v0.3.1 (2019-09-27)

Diff since v0.3.0

Merged pull requests:

v0.3.0

03 Sep 17:55
7fa6416
Compare
Choose a tag to compare
Make `FEMBeam.jl` compatible with Julia v1.0 (#17)

v0.2.0: Make FEMBeam.jl compatible with Julia version 0.7

27 Aug 20:10
Compare
Choose a tag to compare
* 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)

04 Jul 12:35
c7a82ad
Compare
Choose a tag to compare
- 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)

03 Jul 08:11
a633891
Compare
Choose a tag to compare
- 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

28 May 17:14
3e6ccc3
Compare
Choose a tag to compare

3d beam implementation, Euler-Bernoulli formulation, supports distributed loads and point loads.