LICENCE.txt
README.md
setup.py
src/opstool/__about__.py
src/opstool/__init__.py
src/opstool/utils.py
src/opstool.egg-info/PKG-INFO
src/opstool.egg-info/SOURCES.txt
src/opstool.egg-info/dependency_links.txt
src/opstool.egg-info/requires.txt
src/opstool.egg-info/top_level.txt
src/opstool/analysis/__init__.py
src/opstool/analysis/_sec_analysis.py
src/opstool/analysis/_smart_analyze.py
src/opstool/examples/ArchBridge.py
src/opstool/examples/ArchBridge2.py
src/opstool/examples/CableStayedBridge.py
src/opstool/examples/Dam.py
src/opstool/examples/DamBreak.py
src/opstool/examples/Frame3D.py
src/opstool/examples/Frame3D2.py
src/opstool/examples/GridFrame.py
src/opstool/examples/Igloo.py
src/opstool/examples/Pier.py
src/opstool/examples/SDOF.py
src/opstool/examples/SuspensionBridge.py
src/opstool/examples/__init__.py
src/opstool/examples/shell3D.py
src/opstool/preprocessing/__init__.py
src/opstool/preprocessing/geom_transf.py
src/opstool/preprocessing/load.py
src/opstool/preprocessing/tcl2py.py
src/opstool/preprocessing/unit_system.py
src/opstool/preprocessing/section/__init__.py
src/opstool/preprocessing/section/lib_sec_mesh.py
src/opstool/preprocessing/section/sec_mesh.py
src/opstool/preprocessing/section/var_sec_mesh.py
src/opstool/vis/__init__.py
src/opstool/vis/_get_model_base.py
src/opstool/vis/_plotly_base.py
src/opstool/vis/_pyvista_base.py
src/opstool/vis/fiber_sec_vis.py
src/opstool/vis/get_model_data.py
src/opstool/vis/ops_vis_2d.py
src/opstool/vis/ops_vis_plotly.py
src/opstool/vis/ops_vis_pyvista.py
src/opstool/vis/quick_plot.py
src/opstool/vis/save_tikz.py
tests/test_dambreak.py
tests/test_fiber_sec_vis.py
tests/test_model_vis.py
tests/test_sec_analysis.py
tests/test_sec_mesh.py
tests/test_temp.py