Skip to content

Commit

Permalink
Copy total deflection when adding element results in load combos
Browse files Browse the repository at this point in the history
  • Loading branch information
smith120bh committed Sep 21, 2024
1 parent d11999b commit b0f9784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anastruct/fem/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def __add__(self, other: Element) -> Element:
"bending_moment",
"shear_force",
"deflection",
"total_deflection",
"extension",
"N_1",
"N_2",
Expand Down

0 comments on commit b0f9784

Please sign in to comment.