adtzlr / trusspy

Nonlinear Truss Solver for Python
http://trusspy.readthedocs.io/
GNU General Public License v3.0
53 stars 11 forks source link

fix: Add result package in core #17

Closed ajmalbabums closed 1 year ago

ajmalbabums commented 1 year ago

Old UML of package old_packages_trusspy

New UML Package new_packages_trusspy

adtzlr commented 1 year ago

Hi, thanks. Do you have any reason or use-case for that? Or did you just discover that the Result import is missing? If I remember correctly, the Result class isn't used because ResultHandler utilizes Analysis directly.

ajmalbabums commented 1 year ago

I was just thinking about using this in my work and going through the code. Just saw this and thought about sending a PR

adtzlr commented 1 year ago

I don't think merging this has any benefits. If you have a usecase, please re-open and let me know.