The python code was developed by P.H. Zhang (2025) and B. Li (2010). ├── femsolve # Central python package for Finite Element Method └── ... ├── project1 # Demonstration for femsolve ├── ... .pdf # ...
This code comes as a really basic algorithm to evaluate displacements and forces in a 2D structure modeled with linear and non linear continuum elements. To interpolate the results Gauss integration ...