Difference between revisions of "MEEP"
(Created page with " == External Links == [http://ab-initio.mit.edu/wiki/index.php/Meep MIT MEEP]") |
Aplstudent (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ===Background=== | ||
+ | Meep (or MEEP) which stands for MIT Electromagnetic Equation Propagation, is a free finite-difference time-domain (FDTD) simulation software package developed at MIT to model electromagnetic systems. | ||
+ | |||
+ | Meep is written in C++, there is two main interfaces that are the most used (libctl/scheme). C++ provides the interfaces with the greatest level of flexibility in designing FDTD simulations. Although the foundations are built in C++ you do not need to be a real programmer to use Meep. | ||
Revision as of 11:13, 14 June 2015
Background
Meep (or MEEP) which stands for MIT Electromagnetic Equation Propagation, is a free finite-difference time-domain (FDTD) simulation software package developed at MIT to model electromagnetic systems.
Meep is written in C++, there is two main interfaces that are the most used (libctl/scheme). C++ provides the interfaces with the greatest level of flexibility in designing FDTD simulations. Although the foundations are built in C++ you do not need to be a real programmer to use Meep.