| tAdded images to readme - werner - cellular automata simulation of wind-driven … | |
| git clone git://src.adamsgaard.dk/werner | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 9cd6a3f5ec0072eeec5511c50134000c3f9e4b43 | |
| parent e61d9a3bdfb5395b590209335c13a79d7af7afc9 | |
| Author: Anders Damsgaard Christensen <[email protected]> | |
| Date: Mon, 22 Apr 2013 09:18:02 +0200 | |
| Added images to readme | |
| Diffstat: | |
| M README.rst | 9 +++++++++ | |
| A out/matrix.010.txt.png | 0 | |
| A out/matrix.050.txt.png | 0 | |
| A out/matrix.300.txt.png | 0 | |
| 4 files changed, 9 insertions(+), 0 deletions(-) | |
| --- | |
| diff --git a/README.rst b/README.rst | |
| t@@ -29,3 +29,12 @@ placed in the `out/` folder. | |
| Simulation parameters are changed in `wernerparams.h`. After changing this fil… | |
| run ``make`` again. | |
| +Example images | |
| +-------------- | |
| + | |
| +.. figure:: out/matrix.010.txt.png | |
| + :alt: Dune field at t = 10 | |
| +.. figure:: out/matrix.100.txt.png | |
| + :alt: Dune field at t = 100 | |
| +.. figure:: out/matrix.300.txt.png | |
| + :alt: Dune field at t = 300 | |
| diff --git a/out/matrix.010.txt.png b/out/matrix.010.txt.png | |
| Binary files differ. | |
| diff --git a/out/matrix.050.txt.png b/out/matrix.050.txt.png | |
| Binary files differ. | |
| diff --git a/out/matrix.300.txt.png b/out/matrix.300.txt.png | |
| Binary files differ. |