September 18, 2023 at 10:37 am
Subscriber
Hi, Mike!
Changed the mentioned lines to the following:
time_scoping.Ids = [i for i in range(1, model.TimeFreqSupport.NumberSets + 1)]
stress_op.inputs.time_scoping.Connect(time_scoping)
Regarding the addition of it to the result operator, you mean adding it to the elemental_nodal_to_nodal_fc/gauss_to_node_fc similar to the last string above, right? If this is the case, I believe this cannot be done to these operators (according to the PyDPF online help; see screenshots below; these operators do not have time scoping inputs).
After changing the code, my result is shown below. Only the first step is visible; pressing on different time steps has no effect. Am I missing something? I'm new to this and may be doing something wrong.