LICENSE
README.md
pyproject.toml
fem2d/__init__.py
fem2d/buckling_analysis.py
fem2d/loads.py
fem2d/materials.py
fem2d/nodes.py
fem2d/results.py
fem2d/sections.py
fem2d/solver.py
fem2d/structure.py
fem2d.egg-info/PKG-INFO
fem2d.egg-info/SOURCES.txt
fem2d.egg-info/dependency_links.txt
fem2d.egg-info/requires.txt
fem2d.egg-info/top_level.txt
fem2d/elements/__init__.py
fem2d/elements/beam.py
fem2d/elements/beamNL.py
fem2d/elements/beam_hinges.py
fem2d/elements/beam_materialNL.py
fem2d/elements/element.py
fem2d/elements/spring.py
fem2d/elements/truss.py
fem2d/elements/trussNL.py
fem2d/materials/__init__.py
fem2d/materials/bilinear.py
fem2d/materials/csv_material.py
fem2d/materials/elastic.py
fem2d/materials/material.py
fem2d/sections/__init__.py
fem2d/sections/fiber.py
fem2d/sections/moment_curvature.py
fem2d/sections/section.py
fem2d/utils/__init__.py
fem2d/utils/draw_structure.py
fem2d/utils/simple_frame.py
tests/test_buckling.py
tests/test_hw4.py
tests/test_linear.py
tests/test_non_linear.py