We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6988d19 commit 877c1b7Copy full SHA for 877c1b7
sectionproperties/analysis/section.py
@@ -1117,7 +1117,7 @@ def calc_stress(progress=None):
1117
1118
# loop through all elements in the material group
1119
for el in group.elements:
1120
- # get element omega and psi
+ # get element omega and psi
1121
if self.section_props.omega is None:
1122
omega_el = None
1123
psi_shear_el = None
@@ -2278,7 +2278,7 @@ def get_stress_at_points(
2278
omega_el = self.section_props.omega[tri.node_ids]
2279
psi_shear_el = self.section_props.psi_shear[tri.node_ids]
2280
phi_shear_el = self.section_props.phi_shear[tri.node_ids]
2281
-
+
2282
sig = tri.local_element_stress(
2283
p=pt,
2284
**action,
0 commit comments