Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What features are supported? License file? #101

Open
mohamed82008 opened this issue Apr 2, 2019 · 2 comments
Open

What features are supported? License file? #101

mohamed82008 opened this issue Apr 2, 2019 · 2 comments

Comments

@mohamed82008
Copy link

Hi!

I am compiling a list of open source topology optimization software and the features they support. Swan's documentation doesn't seem to explain the supported features and there is a lack of examples. From a quick look at the code, I see that SIMP is implemented for volume constrained compliance minimization with unstructured ground meshes. I also see some homgenization and level set methods but it is unclear what problem types they support. May you give me a summary of the features available in Swan? Thank you! Also, I can't find a license file, is this intentional?

@Trujillo94
Copy link
Collaborator

Trujillo94 commented Apr 9, 2019 via email

@mohamed82008
Copy link
Author

mohamed82008 commented Apr 9, 2019

Thanks for your response. I will be presenting my review of existing open source topology optimization software (nearly 20) and my own WIP framework https://github.com/mohamed82008/TopOpt.jl in WCSMO-13. The main ones I find interesting in their features supported are FELyX, topy, OpenLSTO and ToOptiX. There are some similarities between Swan and TopOpt.jl but I don't support level set or homogenization methods yet (not planned in the near future either). Stress support was under development and will recommence shortly. On the other hand, I support iterative solvers with preconditioners, and even GPU-accelerated matrix-free solvers. This is something which may not be a priority for you guys since you don't seem concerned with large problems. In my WCSMO paper, my summary of Swan's supported algorithms will be:

SIMP with multiple mathematical optimizers for compliance problems; LSM for compliance problems; and homogenization method for compliance and stress problems. 2D and 3D unstructured meshes.

If you have any proposed changes, please let me know before tomorrow (deadline) :)

Btw, you may want to give the Julia programming language a look. I find it easier to write modular code in Julia, and it is both C-fast and Matlab-expressive. If you decide to make Swan's license MIT-compatible, I will be happy to adapt some of your code in TopOpt.jl.

Thanks again for your response, and for the great open source package!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants