Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.23 KB

README.md

File metadata and controls

26 lines (18 loc) · 2.23 KB

Latest Docs Build Status

Meep

Meep is a free and open-source finite-difference time-domain (FDTD), software package for simulating electromagnetic systems. Meep is an acronym which officially stands for MIT Electromagnetic Equation Propagation. Features include:

  • Free and open-source software under the GNU GPL.
  • Complete scriptability via Python, Scheme, or C++ APIs.
  • Simulation in 1d, 2d, 3d, and cylindrical coordinates.
  • Distributed memory parallelism on any system supporting the MPI standard. Portable to any Unix-like operating system such as Linux and macOS.
  • Arbitrary anisotropic electric permittivity ε and magnetic permeability μ, along with dispersive ε(ω) and μ(ω) including loss/gain, nonlinear (Kerr & Pockels) dielectric and magnetic materials, and electric/magnetic conductivities σ.
  • PML absorbing boundaries and/or perfect conductor and/or Bloch-periodic boundary conditions.
  • Exploitation of symmetries to reduce the computation size — even/odd mirror symmetries and 90°/180° rotations.
  • Field output in the HDF5 standard scientific data format, supported by many visualization tools.
  • Arbitrary current sources including a guided-mode launcher.
  • Frequency-domain solver for finding the response to a continuous-wave source.
  • Field analyses including flux spectra, modal decomposition, frequency extraction, local density of states, modal volume, Maxwell stress tensor, arbitrary functions, near to far field transformations; completely programmable.

Documentation

See the manual on readthedocs for the latest documentation.