LICENSE
README.md
pyproject.toml
src/trusspy/__about__.py
src/trusspy/__init__.py
src/trusspy/model.py
src/trusspy.egg-info/PKG-INFO
src/trusspy.egg-info/SOURCES.txt
src/trusspy.egg-info/dependency_links.txt
src/trusspy.egg-info/requires.txt
src/trusspy.egg-info/top_level.txt
src/trusspy/core/__init__.py
src/trusspy/core/analysis.py
src/trusspy/core/boundary.py
src/trusspy/core/element.py
src/trusspy/core/external_force.py
src/trusspy/core/node.py
src/trusspy/core/result.py
src/trusspy/elements/__init__.py
src/trusspy/elements/element_definition.py
src/trusspy/handlers/__init__.py
src/trusspy/handlers/handler_boundary.py
src/trusspy/handlers/handler_element.py
src/trusspy/handlers/handler_extforce.py
src/trusspy/handlers/handler_node.py
src/trusspy/handlers/handler_result.py
src/trusspy/handlers/handler_settings.py
src/trusspy/materials/__init__.py
src/trusspy/materials/material_definition.py
src/trusspy/solvers/__init__.py
src/trusspy/solvers/tpsolver.py
src/trusspy/solvers/zerosearch.py
src/trusspy/tools/__init__.py
src/trusspy/tools/helper_functions2.py
src/trusspy/tools/movie_generator.py
src/trusspy/tools/plot_utilities.py
tests/test_e101_model.py
tests/test_e102_model.py
tests/test_e102_model_python.py
tests/test_e103_model_python.py
tests/test_e10x_model.py
tests/test_e10xx_model.py
tests/test_e201_model.py
tests/test_e202_model.py
tests/test_e302_model.py
tests/test_eADV_A_model_python.py
tests/test_eNTA_A_model.py
tests/test_eNTA_A_model_python.py
tests/test_eNTA_A_model_python2.py
tests/test_eNTA_X_model.py
tests/test_stiffness_function.py