Hi,
I am new to the world of PyDPF and was wondering if there was an if statement or something equivalent as a operator in PyDPF.
I'm looking to compare stresses on a node by node basis against a critical value and if the stress at the node exceeds a value I would like to set that value to 0. I noticed that there was an high pass filter operator but it appears that as an output the filter just deletes the value rather than setting the data to 0.
Thanks