6 lines
412 B
Markdown
6 lines
412 B
Markdown
* make : builds the executable 'wave_1d'
|
|
* ./wave\_1d : fills the 'data/' directory with stored time steps
|
|
* make plot : converts saved time steps to png files under 'images/', using gnuplot. Runs faster if launched with e.g. 4 threads (make -j4 plot).
|
|
* make movie : converts collection of png files under 'images' into an mp4 movie file
|
|
* make check : builds both executeables and compares their output
|