Skip to content

Commit 936a40e

Browse files
author
Patrick Roeleveld
committed
Changed Fem method to reinitialise
1 parent ad7aacd commit 936a40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kitesim/structural_kite_fem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def run_kite_fem(
138138
config_structural_kite_fem,
139139
):
140140
# reset to this iteration (sets coords_current to initial coords)
141-
kite_fem_structure.reset()
141+
kite_fem_structure.reinitialise()
142142

143143
# [fx, fy, fz, mx, my, mz] for each node
144144
f_ext_reshaped = f_ext_flat.reshape(-1, 3)

0 commit comments

Comments
 (0)