Re: [Meep-discuss] Question about units in meep

2013-07-29 Thread Chuanren Wu
Hello Rui, the only thing happens here is scaling the 4 Maxwell equations under the condition that c0 = 1. The solutions are not unique, you can choose the scaling method, which is more suitable for your problem. (for example, you can let the permittivity as the value in the real world, or keep

Re: [Meep-discuss] Compiling libMEEP with embedded C++ compiler

2013-06-08 Thread Chuanren Wu
Hi, POSIX is enough. Also Harminv does not need any dependency. Do you have fftw and blas on that architecture? The configurations also can be done manually with config.h Maybe you need to change some pragmas and replace several IO operations. I'v only compiled it with MS Visual Studio, some

Re: [Meep-discuss] Compiling libMEEP with embedded C++ compiler

2013-06-08 Thread Chuanren Wu
22:10, Fernando Carvalho wrote: Would you mind sharing with me your full project folder? This could help me a lot understanding MEEP dependencies. On Sat, Jun 8, 2013 at 4:32 PM, Chuanren Wu wuchuan...@gmail.com mailto:wuchuan...@gmail.com wrote: Hi, POSIX is enough. Also