Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tychota/pje-sph
https://github.com/tychota/pje-sph
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tychota/pje-sph
- Owner: tychota
- Created: 2016-02-10T21:04:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T08:10:08.000Z (over 8 years ago)
- Last Synced: 2023-03-02T14:31:56.685Z (over 1 year ago)
- Language: C++
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PJE Sph
=======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.Technologies used
------------------- c++14 with clang compiler
- [Armadillo](http://arma.sourceforge.net/) (compiled with [OpenBLAS](https://github.com/philsquared/Catch), not tested other backend)
- VTK and HDF5 for storage
- [Catch](https://github.com/philsquared/Catch) for UnitTest
- [SdpLog](https://github.com/gabime/spdlog) for logging
- [PyBind11](https://github.com/wjakob/pybind11) for python binaryLicense
--------The whole code in `/src`, `/headers` and `/test` is given, under the MIT License.
For vendors, confere to original License.