File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,20 @@ The fastest and most memory efficient lattice Boltzmann CFD software, running on
168168 - fixed memory leak in destructors of ` floatN ` , ` floatNxN ` , ` doubleN ` , ` doubleNxN ` (all unused)
169169 - made camera movement/rotation/zoom behavior independent of framerate
170170 - fixed that ` smart_device_selection() ` would print a wrong warning if device reports 0 MHz clock speed
171+ - [ v2.18] ( https://github.com/ProjectPhysX/FluidX3D/releases/tag/v2.18 ) (21.07.2024) [ changes] ( https://github.com/ProjectPhysX/FluidX3D/compare/v2.17...v2.18 ) (more bug fixes)
172+ - added support for high refresh rate monitors on Linux
173+ - more compact OpenCL Runtime installation scripts in Documentation
174+ - driver/runtime installation instructions will now be printed to console if no OpenCL devices are available
175+ - added domain information to ` LBM::write_status() `
176+ - added ` LBM::index ` function for ` uint3 ` input parameter
177+ - fixed that very large simulations sometimes wouldn't render properly by increasing maximum render distance from 10k to 2.1M
178+ - fixed mouse input stuttering at high screen refresh rate on Linux
179+ - fixed graphical artifacts in free surface raytracing on Intel CPU Runtime for OpenCL
180+ - fixed runtime estimation printed in console for setups with multiple ` lbm.run(...) ` calls
181+ - fixed density oscillations in sample setups (too large ` lbm_u ` )
182+ - fixed minor graphical artifacts in ` raytrace_phi() `
183+ - fixed minor graphical artifacts in ` ray_grid_traverse_sum() `
184+ - fixed wrong printed time step count on raindrop sample setup
171185
172186</details >
173187
You can’t perform that action at this time.
0 commit comments