Re: [Meep-discuss] MEEP development

2010-09-13 Thread Bin Huang
zamov Shawkat; meep-discuss@ab-initio.mit.edu Subject: Re: [Meep-discuss] MEEP development Bin, Your timing is fortuitous. We are in the midst of finalizing a release that incorporates support for multilevel atomic media having an arbitrary number of levels, coupling matrix and inter-level transi

Re: [Meep-discuss] MEEP development

2010-09-13 Thread Ardavan Oskooi
for Design and Optimization (+65)98947649 From: Nizamov Shawkat [nizamov.shaw...@gmail.com] Sent: Monday, September 13, 2010 2:41 AM To: Bin Huang Cc: meep-discuss@ab-initio.mit.edu Subject: Re: [Meep-discuss] MEEP development Hi! If I correctly understand y

Re: [Meep-discuss] MEEP development

2010-09-13 Thread Bin Huang
onday, September 13, 2010 2:41 AM To: Bin Huang Cc: meep-discuss@ab-initio.mit.edu Subject: Re: [Meep-discuss] MEEP development Hi! If I correctly understand you, you want to extend the simulation and perform custom specific fields calculations, made on specified regions, along the FDTD calculations. In

Re: [Meep-discuss] MEEP development

2010-09-12 Thread Nizamov Shawkat
Hi! If I correctly understand you, you want to extend the simulation and perform custom specific fields calculations, made on specified regions, along the FDTD calculations. In this case you have several choices, all of them are undocumented, but may be figured out looking through sources. If you

Re: [Meep-discuss] MEEP development

2010-09-12 Thread Bin Huang
mov Shawkat [nizamov.shaw...@gmail.com] Sent: Thursday, September 09, 2010 4:54 AM To: Bin Huang Cc: meep-discuss@ab-initio.mit.edu Subject: Re: [Meep-discuss] MEEP development main() is supposed to be the part of the user written program (meep core is just a library). So you are supposed to imp

Re: [Meep-discuss] MEEP development

2010-09-09 Thread Nizamov Shawkat
main() is supposed to be the part of the user written program (meep core is just a library). So you are supposed to implement main() on your one, specifying all simulation details step by step. Look through meep test programs to find usual sequence of simulation setup. Hope it helps, Shawkat Niza

Re: [Meep-discuss] MEEP development

2010-09-09 Thread bin huang
Bin Huang writes: > > Hi guys, > > I am wondering if there is any documentation or brief explanation of each class file in the program? A > overview of the structure is good enough for me to understand the flow of the program. > > Sphere_quad.cpp seems to produce the grid point coordinates. I

[Meep-discuss] MEEP development

2010-09-08 Thread Bin Huang
Hi guys, I am wondering if there is any documentation or brief explanation of each class file in the program? A overview of the structure is good enough for me to understand the flow of the program. Sphere_quad.cpp seems to produce the grid point coordinates. I am wondering how the program pro