.baseline_perf
.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
RELEASE_NOTES.md
main.py
pyproject.toml
requirements-dev.txt
requirements.txt
.github/copilot-instructions.md
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/release.yml
docs/error_codes.md
examples/.keep
examples/example1.json
examples/example2.json
examples/example_analysis.py
examples/reference_problem.json
src/__init__.py
src/templates/report.md.j2
src/templates/assets/fonts/Vazirmatn-Regular.ttf
src/truss_analysis/__init__.py
src/truss_analysis/_version.py
src/truss_analysis/assembly.py
src/truss_analysis/exceptions.py
src/truss_analysis/fileio.py
src/truss_analysis/main.py
src/truss_analysis/model.py
src/truss_analysis/postprocess.py
src/truss_analysis/solver.py
src/truss_analysis/units.py
src/truss_analysis/visualization.py
src/truss_analysis.egg-info/PKG-INFO
src/truss_analysis.egg-info/SOURCES.txt
src/truss_analysis.egg-info/dependency_links.txt
src/truss_analysis.egg-info/entry_points.txt
src/truss_analysis.egg-info/requires.txt
src/truss_analysis.egg-info/scm_file_list.json
src/truss_analysis.egg-info/scm_version.json
src/truss_analysis.egg-info/top_level.txt
tests/__init__.py
tests/test_analytical.py
tests/test_assembly.py
tests/test_dof_mapping.py
tests/test_e2e_cli.py
tests/test_exceptions.py
tests/test_fileio.py
tests/test_golden.py
tests/test_golden_phase3.py
tests/test_model.py
tests/test_phase2_cli_coverage.py
tests/test_solver.py
tests/test_units.py