pystran 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. {pystran-0.2.2 → pystran-0.2.3}/PKG-INFO +1 -1
  2. {pystran-0.2.2 → pystran-0.2.3}/pyproject.toml +1 -1
  3. {pystran-0.2.2 → pystran-0.2.3}/pystran/Abaqus_import.py +1 -1
  4. {pystran-0.2.2 → pystran-0.2.3}/.github/workflows/pubflow.yml +0 -0
  5. {pystran-0.2.2 → pystran-0.2.3}/.github/workflows/sphinx.yml +0 -0
  6. {pystran-0.2.2 → pystran-0.2.3}/.gitignore +0 -0
  7. {pystran-0.2.2 → pystran-0.2.3}/LICENSE +0 -0
  8. {pystran-0.2.2 → pystran-0.2.3}/README.md +0 -0
  9. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam2d-cl-rb.png +0 -0
  10. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam2d-cl.png +0 -0
  11. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam2d-ss-rb.png +0 -0
  12. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam2d-ss.png +0 -0
  13. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam2d.png +0 -0
  14. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_3d_stiffness_check.ipynb +0 -0
  15. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_3d_stiffness_check.py +0 -0
  16. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_curvatures.ipynb +0 -0
  17. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_curvatures.py +0 -0
  18. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_shape.py +0 -0
  19. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_shape_-1_+1.ipynb +0 -0
  20. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_shape_0_1.ipynb +0 -0
  21. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_stiffness.ipynb +0 -0
  22. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_stiffness.py +0 -0
  23. {pystran-0.2.2 → pystran-0.2.3}/derivations/beam_stiffness_via_flexibility.ipynb +0 -0
  24. {pystran-0.2.2 → pystran-0.2.3}/derivations/beams.pdf +0 -0
  25. {pystran-0.2.2 → pystran-0.2.3}/derivations/clamped_beam.py +0 -0
  26. {pystran-0.2.2 → pystran-0.2.3}/derivations/clamped_beam_w_triangulardl.py +0 -0
  27. {pystran-0.2.2 → pystran-0.2.3}/derivations/clamped_beam_w_udl.py +0 -0
  28. {pystran-0.2.2 → pystran-0.2.3}/derivations/context.py +0 -0
  29. {pystran-0.2.2 → pystran-0.2.3}/derivations/moment_and_other_releases.py +0 -0
  30. {pystran-0.2.2 → pystran-0.2.3}/doc_requirements.txt +0 -0
  31. {pystran-0.2.2 → pystran-0.2.3}/docs/issues-and-ideas.md +0 -0
  32. {pystran-0.2.2 → pystran-0.2.3}/docs/make_docs.md +0 -0
  33. {pystran-0.2.2 → pystran-0.2.3}/docs/source/conf.py +0 -0
  34. {pystran-0.2.2 → pystran-0.2.3}/docs/splash.png +0 -0
  35. {pystran-0.2.2 → pystran-0.2.3}/docs/spyder/ScreenHunter 24.png +0 -0
  36. {pystran-0.2.2 → pystran-0.2.3}/docs/spyder/console.png +0 -0
  37. {pystran-0.2.2 → pystran-0.2.3}/docs/spyder/from_existing.png +0 -0
  38. {pystran-0.2.2 → pystran-0.2.3}/docs/spyder/graphics_settings.png +0 -0
  39. {pystran-0.2.2 → pystran-0.2.3}/docs/spyder/new_project.png +0 -0
  40. {pystran-0.2.2 → pystran-0.2.3}/docs/spyder/open_tutorial.png +0 -0
  41. {pystran-0.2.2 → pystran-0.2.3}/docs/spyder/project_pane.png +0 -0
  42. {pystran-0.2.2 → pystran-0.2.3}/docs/spyder/spyder.md +0 -0
  43. {pystran-0.2.2 → pystran-0.2.3}/docs/terminal/folder_and_run.png +0 -0
  44. {pystran-0.2.2 → pystran-0.2.3}/docs/terminal/terminal.md +0 -0
  45. {pystran-0.2.2 → pystran-0.2.3}/pystran/__init__.py +0 -0
  46. {pystran-0.2.2 → pystran-0.2.3}/pystran/assemble.py +0 -0
  47. {pystran-0.2.2 → pystran-0.2.3}/pystran/beam.py +0 -0
  48. {pystran-0.2.2 → pystran-0.2.3}/pystran/gauss.py +0 -0
  49. {pystran-0.2.2 → pystran-0.2.3}/pystran/geometry.py +0 -0
  50. {pystran-0.2.2 → pystran-0.2.3}/pystran/model.py +0 -0
  51. {pystran-0.2.2 → pystran-0.2.3}/pystran/plots.py +0 -0
  52. {pystran-0.2.2 → pystran-0.2.3}/pystran/rigid.py +0 -0
  53. {pystran-0.2.2 → pystran-0.2.3}/pystran/rotation.py +0 -0
  54. {pystran-0.2.2 → pystran-0.2.3}/pystran/section.py +0 -0
  55. {pystran-0.2.2 → pystran-0.2.3}/pystran/spring.py +0 -0
  56. {pystran-0.2.2 → pystran-0.2.3}/pystran/truss.py +0 -0
  57. {pystran-0.2.2 → pystran-0.2.3}/requirements.txt +0 -0
  58. {pystran-0.2.2 → pystran-0.2.3}/scripts/context.py +0 -0
  59. {pystran-0.2.2 → pystran-0.2.3}/tests/context.py +0 -0
  60. {pystran-0.2.2 → pystran-0.2.3}/tests/unittests_planar_frame.py +0 -0
  61. {pystran-0.2.2 → pystran-0.2.3}/tests/unittests_planar_truss.py +0 -0
  62. {pystran-0.2.2 → pystran-0.2.3}/tests/unittests_space_frame.py +0 -0
  63. {pystran-0.2.2 → pystran-0.2.3}/tests/unittests_space_truss.py +0 -0
  64. {pystran-0.2.2 → pystran-0.2.3}/tutorials/00_matrices_tut.py +0 -0
  65. {pystran-0.2.2 → pystran-0.2.3}/tutorials/01_alt_three_bars_tut.py +0 -0
  66. {pystran-0.2.2 → pystran-0.2.3}/tutorials/01_three_bars_tut.py +0 -0
  67. {pystran-0.2.2 → pystran-0.2.3}/tutorials/02_continuous_beam_2_spans_consist_tut.py +0 -0
  68. {pystran-0.2.2 → pystran-0.2.3}/tutorials/03_weaver_1_tut.py +0 -0
  69. {pystran-0.2.2 → pystran-0.2.3}/tutorials/04_supp_settle_tut.py +0 -0
  70. {pystran-0.2.2 → pystran-0.2.3}/tutorials/05_hinge_frame_tut.py +0 -0
  71. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut.cae +0 -0
  72. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut.inp +0 -0
  73. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut.py +0 -0
  74. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut2.cae +0 -0
  75. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut_12el.inp +0 -0
  76. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut_12el_bc.inp +0 -0
  77. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut_6el.inp +0 -0
  78. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut_a.inp +0 -0
  79. {pystran-0.2.2 → pystran-0.2.3}/tutorials/06_sennett_tut_b.inp +0 -0
  80. {pystran-0.2.2 → pystran-0.2.3}/tutorials/07_frame_thermal_tut.py +0 -0
  81. {pystran-0.2.2 → pystran-0.2.3}/tutorials/08_alt_refine_member_tut.py +0 -0
  82. {pystran-0.2.2 → pystran-0.2.3}/tutorials/08_refine_member_tut.py +0 -0
  83. {pystran-0.2.2 → pystran-0.2.3}/tutorials/09_SDLX_01_89_vibration_tut.py +0 -0
  84. {pystran-0.2.2 → pystran-0.2.3}/tutorials/10_truss_5_vibration_tut.py +0 -0
  85. {pystran-0.2.2 → pystran-0.2.3}/tutorials/11_samcef_frame_3d_vibration_tut.py +0 -0
  86. {pystran-0.2.2 → pystran-0.2.3}/tutorials/12_timo_beam_on_springs_tut.py +0 -0
  87. {pystran-0.2.2 → pystran-0.2.3}/tutorials/13_hinged_3d_frame_tut.py +0 -0
  88. {pystran-0.2.2 → pystran-0.2.3}/tutorials/14_truss_skew_support_tut.py +0 -0
  89. {pystran-0.2.2 → pystran-0.2.3}/tutorials/15_penalty_supports_tut.py +0 -0
  90. {pystran-0.2.2 → pystran-0.2.3}/tutorials/16_distributed_load_continuous_beam_tut.py +0 -0
  91. {pystran-0.2.2 → pystran-0.2.3}/tutorials/17_arch_out_of_plane_tut.py +0 -0
  92. {pystran-0.2.2 → pystran-0.2.3}/tutorials/18_SSLL05_89_tut.py +0 -0
  93. {pystran-0.2.2 → pystran-0.2.3}/tutorials/19_garteur_air_frame_vibration_ref_tut.py +0 -0
  94. {pystran-0.2.2 → pystran-0.2.3}/tutorials/19_garteur_air_frame_vibration_simpl_tut.py +0 -0
  95. {pystran-0.2.2 → pystran-0.2.3}/tutorials/19_garteur_air_frame_vibration_tut.py +0 -0
  96. {pystran-0.2.2 → pystran-0.2.3}/tutorials/20_abaqus_import.py +0 -0
  97. {pystran-0.2.2 → pystran-0.2.3}/tutorials/context.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pystran
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Python Structural Analysis package
5
5
  Project-URL: Homepage, https://github.com/PetrKryslUCSD/pystran
6
6
  Project-URL: Issues, https://github.com/PetrKryslUCSD/pystran/issues
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pystran"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  authors = [
9
9
  { name="Petr Krysl", email="pkrysl@ucsd.edu" },
10
10
  ]
@@ -677,7 +677,7 @@ def inp_to_pystran(inp_path: str, out_path: str) -> Dict:
677
677
  Iy = I11
678
678
  Iz = I22
679
679
  Ix = I11 + I22
680
- sect_name = f'sect_{b['kw_line']}_' + str(len(sects)+1)
680
+ sect_name = f"sect_{b['kw_line']}_" + str(len(sects)+1)
681
681
  sects[b['parameters']['ELSET']] = sect_name
682
682
  material_name = b['parameters']['MATERIAL']
683
683
  E = materials[material_name]['E']
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes