/meep

free finite-difference time-domain (FDTD) software for electromagnetic simulations

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Latest Docs Build Status

Meep (or MEEP) is a free finite-difference time-domain (FDTD) simulation software package to model electromagnetic systems.

The latest documentation is available on readthedocs.

To compile directly from the git repository, you need to run

sh autogen.sh
make

in the cloned directory in order to generate the necessary files. You will need GNU autotools and SWIG installed, among other packages.