Skip to content

FluidX3D v2.18 (more bug fixes)

Compare
Choose a tag to compare
@ProjectPhysX ProjectPhysX released this 21 Jul 09:27
· 24 commits to master since this release

Thank you for using FluidX3D! Update v2.18 brings support for high refresh rate monitors on Linux and bug fixes:


Improvements

  • added support for high refresh rate monitors on Linux
  • more compact OpenCL Runtime installation scripts in Documentation
  • driver/runtime installation instructions will now be printed to console if no OpenCL devices are available
  • added domain information to LBM::write_status()
  • added LBM::index function for uint3 input parameter

Bug fixes

  • fixed that very large simulations sometimes wouldn't render properly by increasing maximum render distance from 10k to 2.1M
  • fixed mouse input stuttering at high screen refresh rate on Linux
  • fixed graphical artifacts in free surface raytracing on Intel CPU Runtime for OpenCL
  • fixed runtime estimation printed in console for setups with multiple lbm.run(...) calls
  • fixed density oscillations in sample setups (too large lbm_u)
  • fixed minor graphical artifacts in raytrace_phi()
  • fixed minor graphical artifacts in ray_grid_traverse_sum()
  • fixed wrong printed time step count on raindrop sample setup

Have fun with the software!
-- Moritz