Skip to content

Commit

Permalink
Update examples/014_cyclic_symmetry_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nshum4 authored Sep 13, 2024
1 parent 98f9c50 commit 2c27077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/014_cyclic_symmetry_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

result_field = dpf.field.Field(location=dpf.locations.elemental, nature=dpf.natures.scalar)
with result_field.as_local_field() as local_result_field:
# process only the layered elements
# Process only the layered elements
for element_id in composite_model.get_all_layered_element_ids():
element_info = composite_model.get_element_info(element_id)
element_irf_max = 0.0
Expand Down

0 comments on commit 2c27077

Please sign in to comment.