LICENSE
README.md
pyproject.toml
src/csf/CSFActions.py
src/csf/CSFStacked.py
src/csf/__init__.py
src/csf/_tol.py
src/csf/continuous_section_field.py
src/csf/entities.py
src/csf/polygon_stress.py
src/csf/section_field.py
src/csf/visualizer.py
src/csf/actions/__init__.py
src/csf/actions/export_yaml.py
src/csf/actions/plot_properties.py
src/csf/actions/plot_section_2d.py
src/csf/actions/plot_shear_weight.py
src/csf/actions/plot_volume_3d.py
src/csf/actions/plot_weight.py
src/csf/actions/section_area_by_weight.py
src/csf/actions/section_selected_analysis.py
src/csf/actions/volume.py
src/csf/actions/weight_lab_zrelative.py
src/csf/actions/write_opensees_geometry.py
src/csf/actions/write_sap2000_geometry.py
src/csf/cuf/__init__.py
src/csf/cuf/__main__.py
src/csf/cuf/case.py
src/csf/cuf/csf_bridge.py
src/csf/cuf/maclaurin_tensor.py
src/csf/cuf/numerics.py
src/csf/cuf/adapters/output/post.py
src/csf/cuf/adapters/problem/bending_torsion_halfwave.py
src/csf/cuf/adapters/problem/surface_halfwave.py
src/csf/cuf/adapters/problem/torsion_halfwave.py
src/csf/cuf/adapters/problem/torsion_uniform.py
src/csf/cuf/adapters/problem/uniform_surface.py
src/csf/cuf/core/__init__.py
src/csf/cuf/core/basis.py
src/csf/cuf/core/basis_plugins.py
src/csf/cuf/core/closed_form_sectional.py
src/csf/cuf/core/integration.py
src/csf/cuf/core/material.py
src/csf/cuf/core/nucleus.py
src/csf/cuf/core/section.py
src/csf/cuf/core/sectional.py
src/csf/cuf/core/sectional_geometry.py
src/csf/cuf/expansions/__init__.py
src/csf/cuf/expansions/scaled_lagrange.py
src/csf/cuf/expansions/scaled_lagrange_q1.py
src/csf/cuf/expansions/scaled_legendre.py
src/csf/cuf/expansions/scaled_maclaurin.py
src/csf/cuf/expansions/scaled_maclaurin_tensor.py
src/csf/cuf/problem/__init__.py
src/csf/cuf/problem/point_bc.py
src/csf/cuf/problem/problem.py
src/csf/cuf/problem/problem_api.py
src/csf/cuf/solver/__init__.py
src/csf/cuf/solver/assembly.py
src/csf/cuf/solver/augmented_solver.py
src/csf/cuf/solver/compiled_field.py
src/csf/cuf/solver/element.py
src/csf/cuf/solver/engine.py
src/csf/cuf/solver/linear_constraint.py
src/csf/cuf/solver/longitudinal.py
src/csf/cuf/solver/recovery.py
src/csf/cuf/tools/evaluate_compiled_displacement.py
src/csf/io/__init__.py
src/csf/io/csf_issues.py
src/csf/io/csf_reader.py
src/csf/io/csf_rough_validator.py
src/csf/utils/__init__.py
src/csf/utils/csf_create_cone.py
src/csf/utils/csf_polygon_hole_builder_v2.py
src/csf/utils/csf_sp.py
src/csf/utils/csf_torsion_fem.py
src/csf/utils/sp_csf.py
src/csf/utils/writegeometry_rio_v2.py
src/csf/utils/writegeometry_tappered_pole.py
src/csfpy.egg-info/PKG-INFO
src/csfpy.egg-info/SOURCES.txt
src/csfpy.egg-info/dependency_links.txt
src/csfpy.egg-info/entry_points.txt
src/csfpy.egg-info/requires.txt
src/csfpy.egg-info/top_level.txt
tests/test_verification.py