Skip to content
Simon Legrand edited this page Oct 21, 2015 · 4 revisions

Welcome to the reflector wiki!

Installation

Clone reflector in the same directory as MongeAmpere and PyMongeAmpere:

git clone https://github.com/simonlegrand/reflector.git

Run the program

Once you have installed all the dependencies:

cd /path/to/reflector/
python reflecteur.py [-h] [--f f]

optional arguments:

-h, --help         show this help message and exit
--f f, --file f	   parameter file

Default source is a uniform square and default target is a uniform triangle with 10000 diracs. The parameter file filling rules are [here](Parameter File)

Clone this wiki locally