File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 172172position_result = result_names_on_all_time_steps .index ("result_ENF" )
173173to_nodal_op = dpf .operators .averaging .to_nodal_fc ()
174174
175- fc_all_steps_first_step_first_res = res_deser_all_times_list [position_result ].get_field_by_time_id (6 ) # set 6
175+ fc_all_steps_first_step_first_res = res_deser_all_times_list [position_result ].get_field_by_time_id (
176+ 6
177+ ) # set 6
176178mesh_deser_all_times .plot (
177179 dpf .operators .averaging .to_nodal (fc_all_steps_first_step_first_res ).outputs .field ()
178180)
179181
180182mesh_deser_set_per_set .plot (
181- dpf .operators .averaging .to_nodal (res_deser_set_per_set_list [num_res * 5 + position_result ]).outputs .field ()
183+ dpf .operators .averaging .to_nodal (
184+ res_deser_set_per_set_list [num_res * 5 + position_result ]
185+ ).outputs .field ()
182186)
You can’t perform that action at this time.
0 commit comments