-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
License #2
Comments
For NEU reader, better do it with a C version. Like what I did for Nastran95 inp case file. |
Bernd, EDIT_01: Here's a direct link to the zip files |
What do you mean by "C version" ? The programming languarge? I don not know C very well. I would have to stick to Python for reading the results. |
Bernd, I have a python Neutral Parser here: https://framagit.org/numenic/femap_neutral_parser. I use it to import MYSTRAN results for my own scripts |
I am evaluating Mystran. It seams very promising for shells and beams. They are poor in Elmer and Calculix.
I might would like to integrate some parts of this into main FreeCAD, especially the NEU reader.
FreeCAD uses GPL2. But your code is GPL3 only which is not compatible with GPL2.
Since you are the only author you decide what ever license the code has.
Would you like to see full support for reading NEU in main FreeCAD? If yes would it be possible to relicense the code on GPL2?
For this you would just need to copy the repo and exchange the license. Since we both are the only authors this would be possible. From my point relicense is fine.
Cheers bernd
Are there examples for Mystran around? I did not find any?
The text was updated successfully, but these errors were encountered: