TopOpt.jl Versions Save

A package for binary and continuous, single and multi-material, truss and continuum, 2D and 3D topology optimization on unstructured meshes using automatic differentiation in Julia.

v0.9.1

3 months ago

TopOpt v0.9.1

Diff since v0.9.0

Merged pull requests:

  • Fix INP set parser (#172) (@mohamed82008)

v0.9.0

3 months ago

TopOpt v0.9.0

Diff since v0.8.3

Merged pull requests:

  • reuse_chol -> reuse_fact and avoid try catch in direct solver (#171) (@mohamed82008)

v0.8.3

4 months ago

TopOpt v0.8.3

Diff since v0.8.2

Merged pull requests:

  • Fix INP parser and CG solvers (#170) (@mohamed82008)

Closed issues:

  • Correct format of .inp file (#169)

v0.8.2

6 months ago

TopOpt v0.8.2

Diff since v0.8.1

Merged pull requests:

  • Deps upgrade (#161) (@github-actions[bot])
  • Fix performance problems in filter (#168) (@LucasMSpereira)

v0.8.1

7 months ago

TopOpt v0.8.1

Diff since v0.8.0

Merged pull requests:

  • Fix penalties and projections (#162) (@mohamed82008)

v0.8.0

8 months ago

TopOpt v0.8.0

Diff since v0.7.3

Merged pull requests:

  • CompatHelper: add new compat entry for ColorSchemes at version 3, (keep existing compat) (#141) (@github-actions[bot])
  • CompatHelper: bump compat for ForwardDiff to 0.10, (keep existing compat) (#150) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractDifferentiation to 0.5, (keep existing compat) (#151) (@github-actions[bot])
  • CompatHelper: bump compat for Preconditioners to 0.6, (keep existing compat) (#154) (@github-actions[bot])
  • improve projection of PseudoDensities (#159) (@mohamed82008)

Closed issues:

  • Setting up a TopOpt problem from scratch with a given Ferrite mesh and boundary conditions (#158)

v0.7.3

1 year ago

TopOpt v0.7.3

Diff since v0.7.2

Closed issues:

  • [doc] explain truss input file format in documentation (#138)
  • Visualize compression and tension members through colors (red and blue) in Julia (#143)
  • StressTruss missing "getdim" (#146)

Merged pull requests:

  • ForwardDiff upper bound (#149) (@mohamed82008)
  • Debug truss_stress.jl coupled variable R (#152) (@pitipatw)

v0.7.2

1 year ago

TopOpt v0.7.2

Diff since v0.7.1

v0.7.1

1 year ago

TopOpt v0.7.1

Diff since v0.7.0

Merged pull requests:

  • fix Makie undefined var error (#145) (@mohamed82008)

v0.7.0

1 year ago

TopOpt v0.7.0

Diff since v0.6.1

Closed issues:

  • Visualization of first documentation example (#99)
  • Visualizer not displaying supports for problems parsed from .inp files (#137)
  • Make sliders in the visualizers ratio of the problem's overall dimension instead of a physical dimension directly (#139)

Merged pull requests:

  • Yh/multi color visualizer (#140) (@yijiangh)