issues
search
JesseBonanno
/
IndeterminateBeam
A solver for 1D indeterminate beams
MIT License
69
stars
20
forks
source link
Singularity function refactor
#16
Closed
JesseBonanno
closed
3 years ago
JesseBonanno
commented
3 years ago
Update from Piecewise functions to Singularity function for all load types to help with calculation speed and clarity.
Loading moved to seperate file to help seperate code and to help stop circular dependency.
Loading classes updated to be actual classes that inherit from parents.
Analysis significantly shorter and more clear and concise. Removed several minor functions that arent very useful.
Reimplemented the way plotting and getting max/min values for a function works to also save on speed. Slight improvements to dash app.