Skip to content

Commit

Permalink
Edited the documentation. Examples need to be added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Balavarun5 committed Sep 18, 2017
1 parent e6b5c71 commit f79ceb9
Show file tree
Hide file tree
Showing 6 changed files with 267 additions and 214 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,29 @@ cd DG_Maxwell
* Arrayfire
* Numpy
* Matplotlib
* tqdm
* pytest

## Usage:
```
cd DG_Maxwell/code
python3 main.py
```
* The parameters of the simulation are stored in global_variables.py in
the app folder, These can be changed accordingly.

* The images of the wave are stored in the folder 1D_wave_images folder.

* To stitch the images in the folder and obtain a video of the simulation,
use the command in the terminal -
`ffmpeg -f image2 -i %04d.png -vcodec mpeg4 -mbd rd -trellis 2 -cmp 2 -g 300 -pass 1 -r 25 -b 18000000 movie.mp4`

## Authors

* **Balavarun P** - [GitHub Profile](https://github.com/Balavarun5)
* **Aman Abhishek Tiwari** - [GitHub Profile](https://github.com/amanabt)
* **Mani Chandra** - [GitHub Profile](https://github.com/mchandra)

## Note for developers:
* Use spaces for indentation.
* Use tab spaces for indentation.

Loading

0 comments on commit f79ceb9

Please sign in to comment.