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
create_cohesive_elements(mesh, 3) gives error.
Traceback (most recent call last):
File "", line 1, in
File "C:\Users.....\Phon-master\phon\mesh_tools\create_cohesive_elements.py", line 62, in create_cohesive_elements
for element_set_name in mesh.element_sets.keys():
RuntimeError: OrderedDict mutated during iteration
The text was updated successfully, but these errors were encountered:
create_cohesive_elements(mesh, 3) gives error.
Traceback (most recent call last):
File "", line 1, in
File "C:\Users.....\Phon-master\phon\mesh_tools\create_cohesive_elements.py", line 62, in create_cohesive_elements
for element_set_name in mesh.element_sets.keys():
RuntimeError: OrderedDict mutated during iteration
The text was updated successfully, but these errors were encountered: