I made this, with the help of Richad Meralli (not programmer) as a project for Arts et Métiers engineer school.
PJE Sph is a axprimental SPH solver. It is made to be hackable and at least reasonably performant.
- c++14 with clang compiler
- Armadillo (compiled with OpenBLAS, not tested other backend)
- VTK and HDF5 for storage
- Catch for UnitTest
- SdpLog for logging
- PyBind11 for python binary
The whole code in /src
, /headers
and /test
is given, under the MIT License.
For vendors, confere to original License.