We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355d5e0 commit ee9ef29Copy full SHA for ee9ef29
1 file changed
TestCases/py_wrapper/custom_load_fea/run_ad.py
@@ -93,7 +93,7 @@ def ApplyLoad(driver, marker_id, peak_load):
93
of the nodal forces with respect to the peak load.
94
"""
95
derivatives = []
96
- if marker_id < 0: return
+ if marker_id < 0: return derivatives
97
98
marker_coords = driver.MarkerCoordinates(marker_id)
99
l = 0.5
0 commit comments