You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to calculate the harmonic mean for a tree mesh based on an input tensor mesh. Just like the volume_average function, just a different kind of average.
The problem is, this is much slower than the volume_average. Is there any way to use the volume_average code to find the harmonic average of the overlapping cells?
Hi,
I want to calculate the harmonic mean for a tree mesh based on an input tensor mesh. Just like the volume_average function, just a different kind of average.
I am doing it like this:
The problem is, this is much slower than the volume_average. Is there any way to use the volume_average code to find the harmonic average of the overlapping cells?
Thanks for your assistance!
@jcapriot
The text was updated successfully, but these errors were encountered: