[Meep-discuss] frequency domain solver c++

2013-04-22 Thread Ali Naqavi
Dear MEEP users/developers Is it possible to use MEEP's frequency-domain solver in the c++ interface? If yes, what are the corresponding commands? Thanks for your answer in advance, Ali ___ meep-discuss mailing list meep-discuss@ab-initio.mit.edu

Re: [Meep-discuss] frequency domain solver c++

2013-04-22 Thread Wu Chuanren
Hello Ali, you can use the solve_cw() function. However you may have to fall back the norm2() in the CG-algorithm of meep 1.2 to the old one, which was from meep 1.1 or earlier. Regards Chuanren 2013/4/22 Ali Naqavi anaq...@gmail.com Dear MEEP users/developers Is it possible to use MEEP's