JuliaTopOpt / TopOpt.jl

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.
https://juliatopopt.github.io/TopOpt.jl/
Other
183 stars 30 forks source link

Minor correction #142

Closed pitipatw closed 1 year ago

pitipatw commented 1 year ago

Summary

A short summary of the changes in this PR.

Highlights:

  1. the argument in visualize does not have "u" (in u = solver.u , so it could not show the Makie figure.
  2. I recheck with the VDO by Yijiang https://www.youtube.com/watch?v=sBqdkxPXluU and corrected them as in the clip, and now it works fine.

Minor changes:

  1. change "; u= solver.u"
  2. to "solver.u"

What type of change is this?

Checklist

mohamed82008 commented 1 year ago

Thanks for the PR @pitipatw! We used to comment out the visualization lines because getting visualization code to run on GitHub actions was a pain. Can you please comment the lines out again after the correction you mentioned?

pitipatw commented 1 year ago

Sure! I will do that