CALFEM / calfem-python

CALFEM for Python is the Python port of the CALFEM finite element toolkit. It also implements meshing function based on GMSH and triangle. Visualisation routines are implemented using visvis and matplotlib.
MIT License
116 stars 189 forks source link

[Question] Is the direct stiffness method being utilized for the calculation of trusses? #57

Closed Martin15135215 closed 1 year ago

Martin15135215 commented 1 year ago

https://github.com/CALFEM/calfem-python/blob/b9ea36db193a8f2ab57add95b2af7b2a3c7882dc/calfem/core.py#L229-L261

I couldn't find out in the code if it's the direct stiffness method.

jonaslindemann commented 1 year ago

Yes.