Gadi Lahav

Results 7 issues of Gadi Lahav

I am building a new operator and engine extension right now (again) that handles large groups of mesh cells. While trying to speed up the run, I attempted to utilize...

At the end of ```Engine_Ext_Mur_ABC::Engine_Ext_Mur_ABC``` the number of threads is set to 1 ```cpp SetNumberOfThreads(1); ``` https://github.com/thliebig/openEMS/blob/782a7381bf8fb7e2100fa1358f076a1085d21bdd/FDTD/extensions/engine_ext_mur_abc.cpp#L26C1-L62C2 I am not sure if this overwritten somewhere in the code, or this...

As I am getting the hang of the Git protocol, I can start this, seperately. This was (re)based around the original repository master, rather than my one, which has the...

There are two additions in this pull requests: 1. The ability to add Mur B.C. locally (not necessary on the edge) as a primitive. Some use cases: - Horn antennas,...

This one was rather tricky. Took me a good long while to figure out what functionality I should access in openEMS. ___ I'll start from the tricky part, in `ports.py`....

There are two additions in this pull requests: 1. Support for Mur B.C. locally (not necessary on the edge) as a primitive Same use cases as specified in the CSXCAD...

Changed some of the input check logic in operator_ext_lumpedRLC.cpp, as discussed previously. Added example file: python/Examples/MSL_With_RLC_LE.py. This allows comparing on a smith chart an analytical RLC impedance with the simulated...