GXBeam.jl Versions Save

Pure Julia Implementation of Geometrically Exact Beam Theory

v0.2.6

2 years ago

GXBeam v0.2.6

Diff since v0.2.5

v0.2.5

2 years ago

GXBeam v0.2.5

Diff since v0.2.4

Merged pull requests:

  • Ensuring result variable is not called if Linear analysis (#32) (@yosinlpet)

v0.2.4

2 years ago

GXBeam v0.2.4

Diff since v0.2.3

Closed issues:

  • Release v0.2.3 (#30)

v0.2.3

2 years ago

GXBeam v0.2.3

Diff since v0.2.2

Closed issues:

  • Release v0.2.2 (#29)

v0.2.2

2 years ago

GXBeam v0.2.2

Diff since v0.2.1

Closed issues:

  • Register GXBeam v0.2.1 (#24)

Merged pull requests:

  • Cross section visualization (#25) (@taylormcd)

v0.2.1

2 years ago

GXBeam v0.2.1

Diff since v0.2.0

Closed issues:

  • Bump version to 0.2.0 (#20)

Merged pull requests:

  • AD edits (#21) (@tylercritchfield)
  • Updated DiffEq interface (#22) (@taylormcd)
  • CompatHelper: add new compat entry for "ForwardDiff" at version "0.10" (#23) (@github-actions[bot])

v0.2.0

3 years ago

GXBeam v0.2.0

Diff since v0.1.2

Breaking Changes:

  • Definitions for PrescribedConditions and DistributedLoads changed to only reflect loads at a specific time step
  • Time varying prescribed conditions must now be specified as a function of time which produces a dictionary containing elements of type PrescribedConditions (with keys corresponding to the points to which those conditions apply).
  • Time varying distributed loads must now be specified as a function of time which produces a dictionary containing elements of type DistributedLoads (with keys corresponding to the elements to which those loads apply.
  • All analyses now accept a time vector rather than the time step size and/or number of time steps

Additional changes:

  • fixed eigenvalue analysis for cases with non-zero real parts of complex eigenvalues
  • added interface with DifferentialEquations
  • added problem-dependent scaling terms to forces/moments and masses/inertias which are based on stiffness and mass matrix entries.
  • added additional post processing functions
  • updated documentation for clarity

Merged pull requests:

  • Add DifferentialEquations Interface (#19) (@taylormcd)

v0.1.2

3 years ago

GXBeam v0.1.2

Diff since v0.1.1

Merged pull requests:

  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#15) (@github-actions[bot])
  • CompatHelper: bump compat for "ArnoldiMethod" to "0.2" (#16) (@github-actions[bot])
  • CompatHelper: bump compat for "LinearMaps" to "3.2" (#17) (@github-actions[bot])

v0.1.1

3 years ago

GXBeam v0.1.1

Diff since v0.1.0

ArnoldiMethod is now used instead of Arpack for eigenvalue computations

Merged pull requests:

  • replace Arpack with ArnoldiMethod (#13) (@taylormcd)
  • CompatHelper: add new compat entry for "ArnoldiMethod" at version "0.0.4" (#14) (@github-actions[bot])

v0.1.0

3 years ago

GXBeam v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for "StaticArrays" at version "0.12" (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for "FLOWMath" at version "0.3" (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for "NLsolve" at version "4.4" (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for "OffsetArrays" at version "1.1" (#4) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Arpack" at version "0.4" (#5) (@github-actions[bot])
  • CompatHelper: add new compat entry for "LinearMaps" at version "2.6" (#6) (@github-actions[bot])
  • CompatHelper: add new compat entry for "WriteVTK" at version "1.7" (#7) (@github-actions[bot])