thliebig / openEMS

openEMS is a free and open-source electromagnetic field solver using the EC-FDTD method.
http://openEMS.de
GNU General Public License v3.0
453 stars 156 forks source link

Pythonize/open ems #153

Open SengerM opened 3 weeks ago

SengerM commented 3 weeks ago

Interface is more robust and user friendly. Did it only for some functions I am using.

Important

In openEMS.SetBoundaryCond I changed the interface, instead of receiving a list with 6 elements, it receives the 6 elements as function arguments. Advantages:

All the rest I think should be backwards compatible.