You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
> Super-charge your Pynite workflows
4
4
5
-
PyniteFEA is excellent and it is generally design-ready. The functions in this package give Pynite powers it does not currently have and generally makes your workflows muuuuchh smoother.
5
+
PyniteFEA is excellent and it is generally design-ready. The functions in this package give Pynite powers it does not currently have (such as bulk results export and exporting analysis-ready models to JSON).
6
+
7
+
These are opinionated tools that are not intended to be part of the core PyniteFEA package but instead enhance the eco-system around Pynite for production-level engineering work.
6
8
7
9
Modules included:
8
10
9
-
-`visualize`: Plot your `FEModel3D` using plotly
11
+
-`visualize`: Plot your `FEModel3D` using plotly (previously in the `pynite_plotly` package)
10
12
-`reports`: Quickly export node and member results in structured dictionaries (previously in the `pynite_reporting` package)
11
13
-`serialize`: Export and import `FEModel3D` objects to JSON
12
14
-`combos`: Convenience function for bulk-adding load combinations to `FEModel3D` objects
0 commit comments