We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fc3e7 commit 6e655dbCopy full SHA for 6e655db
examples/05-file-IO/02-hdf5_serialize_and_read.py
@@ -171,11 +171,11 @@
171
# compare 4th result at 6 time set:
172
to_nodal_op = dpf.operators.averaging.to_nodal_fc()
173
174
-fc_all_steps_first_step_first_res = res_deser_all_times_list[3].get_field_by_time_id(6) # set 6
+fc_all_steps_first_step_first_res = res_deser_all_times_list[4].get_field_by_time_id(6) # set 6
175
mesh_deser_all_times.plot(
176
dpf.operators.averaging.to_nodal(fc_all_steps_first_step_first_res).outputs.field()
177
)
178
179
mesh_deser_set_per_set.plot(
180
- dpf.operators.averaging.to_nodal(res_deser_set_per_set_list[num_res * 5 + 3]).outputs.field()
+ dpf.operators.averaging.to_nodal(res_deser_set_per_set_list[num_res * 5 + 4]).outputs.field()
181
0 commit comments