Skip to content

FluidX3D v2.3 (particles)

Compare
Choose a tag to compare
@ProjectPhysX ProjectPhysX released this 30 Jan 15:43
· 250 commits to master since this release

Particle update:

  • added particles with immersed-boundary method (either passive or 2-way-coupled, only supported with single-GPU)
  • minor optimization to GPU voxelization algorithm (workgroup threads outside mesh bounding-box return after ray-mesh intersections have been found)
  • displayed GPU memory allocation size is now fully accurate
  • fixed bug in write_line() function in src/utilities.hpp
  • removed .exe file extension for Linux/macOS
  • refactoring and cosmetics