Instructions for runnning

This commit is contained in:
jan 2016-03-30 15:06:10 -07:00
parent 9a93c206d8
commit 036b750b4c

View File

@ -32,3 +32,11 @@ You can install the requirements and their dependencies easily with
```bash ```bash
pip intall -r requirements.txt pip intall -r requirements.txt
``` ```
## Running
The root directory contains ``fdtd.py``, which sets up and runs a sample simulation
(cavity ringdown).
```bash
python3 fdtd.py
```