Skip to content

FluidX3D v3.3 (faster .vtk export)

Latest
Compare
Choose a tag to compare
@ProjectPhysX ProjectPhysX released this 17 May 08:48
· 3 commits to master since this release

Thank you for using FluidX3D! Update v3.3 brings improvements to .vtk export and bug fixes:


Improvements

  • .vtk export now converts and writes data in chunks, to reduce memory footprint and time for large memory allocation
  • .vtk files now contain original file name as metadata in title
  • INTERACTIVE_GRAPHICS_ASCII now renders in 2x vertical resolution but less colors
  • updated OpenCL-Wrapper: more robust dp4a detection, fixed core count reporting for RDNA4 GPUs

Bug fixes

  • fixed update_moving_boundaries() kernel not being called with flags other than TYPE_S
  • fixed corrupted first frame until resizing with INTERACTIVE_GRAPHICS_ASCII
  • fixed resolution() function for D2Q9
  • fixed missing <chrono> header on some compilers
  • fixed bug in split_regex()
  • fixed compiler warning with min_int

Have fun with the software!
-- Moritz