No description
  • C++ 92%
  • Python 4.2%
  • MATLAB 2.4%
  • CMake 1.4%
Find a file
2021-01-07 10:16:40 -05:00
include added inlet BC 2021-01-07 10:06:05 -05:00
src longer simulation time 2021-01-07 10:16:40 -05:00
tests Tests have their own cmake 2020-12-01 10:16:26 -05:00
.gitattributes Initial commit 2020-11-30 15:36:57 -05:00
.gitignore Initial commit 2020-11-30 15:36:57 -05:00
.travis.yml Initial commit 2020-11-30 15:36:57 -05:00
CMakeLists.txt Added limiter files, and changed structure to be structured at least somehow 2020-12-07 11:47:52 -05:00
LICENSE Initial commit 2020-11-30 15:36:57 -05:00
make_su2_mesh.m su2 uses 0-based indexing?? 2021-01-06 16:41:01 -05:00
plots.py spacing 2020-12-08 17:36:23 -05:00
README.md readme 2020-12-31 09:51:41 -05:00

godonov_fv

Installation:

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=.. -DBUILD_TESTING=ON
cmake --build .
cmake --install .