Questions tagged [meep]

Meep (or MEEP) is a free finite-difference time-domain (FDTD) simulation software package developed at MIT to model electromagnetic systems, along with the MPB eigenmode package.

Meep (or MEEP) is a free finite-difference time-domain (FDTD) simulation software package developed at MIT to model electromagnetic systems, along with the MPB eigenmode package. Meep officially stands for MIT Electromagnetic Equation Propagation

41 questions
0
votes
1 answer

How to import matplotlib.pyplot in Ubuntu

I am using MEEP by Python3 in Ubuntu. After activate MEEEP, once I import matplotlib.pyplot as plt. Then it shows error: Traceback (most recent call last): File "", line 1, in File…
Tim
  • 83
  • 10
0
votes
0 answers

Python doesn't find MEEP package under Windows

I have an issue installing python meep under Windows 10 using cygwin. I installed meep using the following tutorial: Tutorial I have python 3.5 installed on my machine, and actually I read that meep should already have been installed as python…
Alex W
  • 1
  • 2
0
votes
1 answer

How to set propagation direction of a source in Meep?

I have quite a simple question: how can I set the direction of a continuous source in Meep? To be more specific, for example, let's say I want a continuous source to interact with a Bragg grating at a 30 deg angle (2D). How do I do that?
0
votes
1 answer

Setting source in Python-Meep for FDTD simulation

I'm trying to use Python-Meep package to conduct some FDTD simulations. First, I want to simulate a plane wave traveling through vacuum in 'z' direction. I have problems properly setting the source in three-dimensional case. In 2D case, I can make…
0
votes
1 answer

h5utils not compiling in Cygwin, Win7

I've been trying to install Meep and Python-Meep on Win7 with Cygwin by following the tutorial. I've also had a look at another tutorial. All three seem to be similar but with small differences. I'm unsure as to which method will best install Meep…
lockem96
  • 1
  • 2
0
votes
1 answer

Compiling c++ code for meep using g++

this is the first time I've used Stackoverflow to ask a question. I have been searching for solutions to compiling c++ code using g++ in ubuntu and have found lots of related content, but nothing that answers my question directly... My goal is to be…
0
votes
1 answer

C# bindings for MEEP (Photonic Simulation Package)

Does anyone know of a way to call MIT's Meep simulation package from C# (probably Mono, god help me). We're stuck with the #$@%#$^ CTL front-end, which is a productivity killer. Some other apps that we're integrating into our sim pipeline are in C#…
3Dave
  • 28,657
  • 18
  • 88
  • 151
0
votes
1 answer

MEEP: How to make an array of flux detectors?

I have been using MIT's MEEP for simulation of THz frequency light transmission in silicon photonics. I needed to make an array of flux detectors in MIT's MEEP so that I wouldn't have to write many (add-flux) blocks of code. Scheme's map seemed…
ansebbian0
  • 201
  • 2
  • 9
0
votes
0 answers

Python-meep and Meep capability questions

So, my first entry on Stack Overflow! I really hope someone answers. This goes out to anyone generally using Meep or more specifically Python Meep for FDTD simulations. Is it possible to include a complex value of conductivity as well as a real…
0
votes
1 answer

HDF5 error from MEEP on Ubuntu

I have installed MEEP, everything is running fine however when I try to run this tutorial code for the straight waveguide I get the following message: ----------- Initializing structure... Working in 2D dimensions. Computational cell is 16 x 8 x 0…
KRS-fun
  • 696
  • 3
  • 9
  • 20
-2
votes
1 answer

While compiling the meep c++ code with mpi I get the following error on screen

root@ubuntutemplti386:~# mpicxx `pkg-config --cflags meep_openmpi` port12.cpp -o port12 `pkg-config --libs meep_openmpi` /usr/lib/libmpich.so: undefined reference to `MPL_trid' /usr/lib/libmpich.so: undefined reference to…
1 2
3