Examples and test suite

Examples that illustrate the features of pyFreeFem are available in the folder pyfreefem/examples. They can be executed as python modules from the command line with the -m option, e.g.:

bash
python -m pyfreefem.examples.ex15_laplace

These examples form a test suite that can be run from the pyfreefem root folder:

bash
pytest -vv

List of available examples