mirror of
https://github.com/guillaumetousignant/godonov_FV.git
synced 2026-07-23 10:41:04 -04:00
No description
- C++ 92%
- Python 4.2%
- MATLAB 2.4%
- CMake 1.4%
| include | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CMakeLists.txt | ||
| LICENSE | ||
| make_su2_mesh.m | ||
| plots.py | ||
| README.md | ||
godonov_fv
Installation:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=.. -DBUILD_TESTING=ON
cmake --build .
cmake --install .