interactive-track-and-trace/advection
robin eb60e21d66 feat: documentation 2024-04-29 17:38:29 +02:00
..
src feat: documentation 2024-04-29 17:38:29 +02:00
.gitignore setup 2024-04-24 12:07:26 +02:00
README.md euler integration maybe working 2024-04-25 11:07:35 +02:00

README.md

Location of data

The data path is hardcoded such that the following tree structure is assumed:

data/
  grid.h5
  hydrodynamic_U.h5
  hydrodynamic_V.h5
interactive-track-and-trace/
  opening-hdf5/
     ...

Compiling

Let the current directory be the src directory. Run:

mkdir build
cd build
cmake ..
make