- Generate SPH particle boundary from .stl files
- Expression templates for simple but efficient transport equation implementation
- Gaussian
- Wendland
- Akinci
mkdir build && cd build
cmake ..
make
The partikler depends on CGAL Version 3.13 and boost yap and google tests. You can use the build process to fetch the depencies for you using the following flags.
cmake -DBUILD_GOOGLE_TEST=TRUE -DBUILD_CGAL=TRUE -DBUILD_HDF5=ON ..
To install the depencies for build google tests and cgal you can use
sudo apt install libboost-all-dev libyaml-cpp-dev libmpfr-dev libgmp-dev libomp-dev
./partikler --config=<path/to/config.yaml>