Recent Releases of bso-toolbox
bso-toolbox - BSO Toolbox v.1.1.1
New version for correct Zenodo DOI, no changes compared to v.1.1.0
Full Changelog: https://github.com/TUe-excellent-buildings/BSO-toolbox/compare/v.1.1.0...v.1.1.1
- C++
Published by bso-toolbox-zenodo about 3 years ago
bso-toolbox - BSO toolbox v.1.1.0
Environment
- This release v.1.1.0 compiles and runs well using: Ubuntu LTS 22.04 gcc/g++ 11.3.0-1ubuntu1~22.04 (standard version for LTS 22.04) make 4.3-4.1build1 eigen 3.4.0 boost 1.80.0 freeglut3-dev 2.8.1-6 libgsl-dev 2.7.1+dfsg-3
- Note that at certain hardware the example may show a segmentation fault just before visualisation when compiled with -std=c++14 -O3, which is solved by either using c++17 or -O2. For the unittests, the clusteringtest may show an error when compiled with -std=c++17 -O3, which is solved by using -O2 or c++14. So in general some tweaking with the compiler standard or optimizations may be needed, apparently depending on the hardware.
What's Changed
- Add regular SIMP as alternative density update type by @irmabouw in https://github.com/TUe-excellent-buildings/BSO-toolbox/pull/2
- Stress- and stress sensitivity calculations flatshell & quadhexahedron elements by @irmabouw in https://github.com/TUe-excellent-buildings/BSO-toolbox/pull/3
- Stress based topopt by @irmabouw in https://github.com/TUe-excellent-buildings/BSO-toolbox/pull/4
- Update readme.md by @kvdblom in https://github.com/TUe-excellent-buildings/BSO-toolbox/pull/5
- Small updates for current os compiler libs etc by @HermHofmeyer in https://github.com/TUe-excellent-buildings/BSO-toolbox/pull/6
New Contributors
- @irmabouw made their first contribution in https://github.com/TUe-excellent-buildings/BSO-toolbox/pull/2
- @kvdblom made their first contribution in https://github.com/TUe-excellent-buildings/BSO-toolbox/pull/5
Full Changelog: https://github.com/TUe-excellent-buildings/BSO-toolbox/compare/v1.0.0...v.1.1.0
- C++
Published by HermHofmeyer about 3 years ago
bso-toolbox - Official release of the BSO toolbox
This is the official release of the toolbox.
- C++
Published by sjonnie-boonstra over 5 years ago