Ferrite-FEM / Ferrite-FEM/Ferrite.jl
Topology optimization: more robust
Open
docs
- Dominant language
- Julia
- Stars
- 453
- Forks
- 115
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 11
Description
It was observed, that in the code example for topology optimization the update of the densities only depends on \eta. Correct is to multiply eta with the iterations needed for stability n_j. Otherwise, a behavior similar to checkerboarding may be observed for larger 3D problems. The density simply is updated too fast. Thus, with this issue the example is more robust.
Contributor guide
Assessment
This issue has not been assessed yet.