README.md
pyproject.toml
setup.py
src/shps/__init__.py
src/shps/__main__.py
src/shps/block.py
src/shps/brick.py
src/shps/child.py
src/shps/forge.py
src/shps/nodes.py
src/shps/pascal.py
src/shps/plotting.py
src/shps/shapes.py
src/shps/terms.py
src/shps/three.py
src/shps/types.py
src/shps.egg-info/PKG-INFO
src/shps.egg-info/SOURCES.txt
src/shps.egg-info/dependency_links.txt
src/shps.egg-info/requires.txt
src/shps.egg-info/top_level.txt
src/shps/bases/__init__.py
src/shps/curve/__init__.py
src/shps/curve/hermite.py
src/shps/frame/__init__.py
src/shps/frame/_patch.py
src/shps/frame/extrude.py
src/shps/frame/mesh.py
src/shps/frame/polygon.py
src/shps/frame/other/SectionLib.py
src/shps/frame/other/interpolate.py
src/shps/frame/other/iquad.py
src/shps/frame/other/plastic.py
src/shps/frame/other/quad.py
src/shps/frame/other/scripts.py
src/shps/frame/other/section_limits.py
src/shps/frame/shapes/__init__.py
src/shps/frame/shapes/aisc_imperial.py
src/shps/frame/shapes/girder.py
src/shps/frame/shapes/polygon.py
src/shps/frame/shapes/shape.py
src/shps/frame/solvers/__init__.py
src/shps/frame/solvers/plastic.py
src/shps/frame/solvers/section.py
src/shps/frame/solvers/torsion.py
src/shps/frame/solvers/twist_plate.py
src/shps/gauss/__init__.py
src/shps/gauss/__main__.py
src/shps/gauss/_gauss.py
src/shps/gauss/forge.py
src/shps/plane/__init__.py
src/shps/plane/operators.py
src/shps/plane/shape.py
src/shps/rotor/__init__.py
src/shps/solve/_poisson_rec.py
src/shps/solve/fem2D.py
src/shps/solve/laplace.py
src/shps/solve/test_heat.py