Coupling Incompressibility Fine Smoothed Particle Hydrodynamics (CIFSPH), a more efficient algorithm for incompressible fluid simulation, which is comparable with the existing methods on the computational accuracy.
The algorithm is implemented by C++ and CUDA C++ for the part of GPU parallel accelerated computing.
This repo also includes the implementations of IISPH, DFSPH, CISPH.
- CUDA 8.0
- Visual Studio 2015
- Windows 10 or 11
This code is partly based on Gfans's ISPH_NVIDIA_CUDA_CONTEST.