AQUAGPUSPH - AlexanderPuckhaber/FluidSimulationThesis GitHub Wiki
AQUAGPUSPH
Description
Open source OpenCL implementation of SPH which has good performance.
Links
Language(s)
C++, OpenCL
Compilation Notes
Need to install a bunch of vtk packages (see make reference errors and apt-cache search for the packages) and also install libvtk5-dev and link /usr/lib/vtk-5.10/VTKConfig.cmake in CMakeCache.txt VTK_DIR:PATH=/usr/lib/vtk-5.10/VTKConfig.cmake
Build Status
Ubuntu, SUCCESS 2017.07.12
Usage Notes
TODO: get examples to work as fast as advertised
Code Notes
Not that many .cpp files, but some are long (1000+ lines). Seems to be good quality though.
Tinkering Notes
TODO: Begin modifying code