Min/Max of Global Data
I'm trying to calculate the minimum height amongst different regions in my simulation. For each region, I use "compute region_height all reduce/region region_name max z" to calculate the highest particle. Now I'm trying to find the minimum of height 1, height 2, height 3, and so on. There doesn't seem to be a way I can simply call minimum(height1,height2,height3). Is there any built-in function or work-around that will allow me to find the minimum amongst different global scalars?
Forums:
- Read more about Min/Max of Global Data
- 2 comments
- Log in or register to post comments