Commit Graph

  • 22aaecefb0
    Merge 29934c5b9f into 7d7688a288 Ryan Carsten Schmidt 2024-09-16 20:05:34 +0200
  • 084a2d32d9
    Merge 9cd10ad629 into 7d7688a288 Sergey Fedorov 2024-09-16 20:01:50 +0200
  • c9b0807bbd
    Merge 068f1009a0 into 7d7688a288 biergaizi 2024-09-16 19:56:26 +0200
  • 5bace04db6
    Merge b58effabf8 into 7d7688a288 biergaizi 2024-09-16 19:51:24 +0200
  • 7d7688a288 lumpedRLC: replace all "uint" to "unsigned int". master Yifeng Li 2024-08-29 19:12:24 +0000
  • b58effabf8 CMakeLists.txt: remove CPU architecture detection Yifeng Li 2024-08-29 19:03:23 +0000
  • 812ffb7ac5 FDTD: define NO_WARN_X86_INTRINSICS for ppc64le Yifeng Li 2024-08-29 18:54:47 +0000
  • 9cd10ad629 CMakeLists: define version once Sergey Fedorov 2024-07-29 17:24:02 +0800
  • ee742d5a1d lumpedRLC: replace all "uint" to "unsigned int". Yifeng Li 2024-08-29 19:12:24 +0000
  • 140e4175a7 FDTD: refactor denormal (subnormal) disabling logic Yifeng Li 2024-08-29 18:53:16 +0000
  • 29934c5b9f
    Don't treat hdf5 libs as if they were dirs Ryan Carsten Schmidt 2024-07-30 12:23:52 -0500
  • 16c2082e63
    Merge 7e6bf7239f into 1ccf094247 biergaizi 2024-06-06 21:52:33 +0200
  • 7e6bf7239f engine_ext_lumpedRLC: use helper macros. Yifeng Li 2024-05-17 14:20:55 +0000
  • 4dbae1c7e7 engine_ext_upml: use helper macro. Yifeng Li 2024-05-17 14:19:30 +0000
  • 5ee4639d94 engine_ext_mur_abc: use helper macro Yifeng Li 2024-05-17 14:18:53 +0000
  • 134e2a1fc6 engine_ext_lorentzmaterial: use helper macro. Yifeng Li 2024-05-17 14:18:12 +0000
  • a11b886bd0 engine_ext_dispersive: use helper macro. Yifeng Li 2024-05-17 14:17:33 +0000
  • 0a6322a4ea engine_ext_excitation: use helper macro. Yifeng Li 2024-05-17 14:16:48 +0000
  • 212afcd1f1 engine_extension_dispatcher.h: add helper macros Yifeng Li 2024-05-17 14:14:30 +0000
  • 068f1009a0 python: use new SetLibraryArguments() API. Yifeng Li 2024-05-25 00:04:36 +0000
  • 231e7d818f Completely Rewrite Command-Line Argument Parsing Yifeng Li 2024-05-18 08:43:51 +0000
  • 1ccf094247 set C++ version for boost thread aWZHY0yQH81uOYvH 2024-03-05 01:36:28 -0800
  • 861f7a43c5 set C++ version for boost thread aWZHY0yQH81uOYvH 2024-03-05 01:36:28 -0800
  • 6a13d81cf0 python: add missing definition for custom excite, #129 Thorsten Liebig 2023-12-16 15:48:58 +0100
  • 45c90c24e8 expose SetCustomExcite() in Python (ported from PR #129) Tobias Oberstein 2023-12-16 12:13:56 +0100
  • 15afb55f0b expose SetCustomExcite() in Python (ported from PR #129) Tobias Oberstein 2023-12-16 12:13:56 +0100
  • e5db9de99b python: fix language level setup, #130 Thorsten Liebig 2023-12-16 11:05:02 +0100
  • a87a75efc3 remove import that is actually unneeded Tobias Oberstein 2023-12-15 20:51:35 +0100
  • e7620dcd72 also add cython (everything but setuptools) Tobias Oberstein 2023-12-15 16:57:19 +0100
  • 5bc31d0255 add missing package python dependencies Tobias Oberstein 2023-12-15 15:36:20 +0100
  • eb4845975a add tested python impls to pkg spec; fixes #127 Tobias Oberstein 2023-12-15 14:38:26 +0100
  • 831bd7c835 re-sync python package version with current openEMS release Tobias Oberstein 2023-12-15 14:27:03 +0100
  • bf30b7d94a fix cython import Tobias Oberstein 2023-12-15 14:26:19 +0100
  • 2b5b89ad10 remove import that is actually unneeded Tobias Oberstein 2023-12-15 20:51:35 +0100
  • 4fc6b34d10 also add cython (everything but setuptools) Tobias Oberstein 2023-12-15 16:57:19 +0100
  • 190330336f add missing package python dependencies Tobias Oberstein 2023-12-15 15:36:20 +0100
  • 750d8af2dc add tested python impls to pkg spec; fixes #127 Tobias Oberstein 2023-12-15 14:38:26 +0100
  • 73097986cf re-sync python package version with current openEMS release Tobias Oberstein 2023-12-15 14:27:03 +0100
  • cca4a8ea7c fix cython import Tobias Oberstein 2023-12-15 14:26:19 +0100
  • 9685cb4ea0 fill in some more gaps in the skeleton - actually, this is exposing (via Cython) 1 new and 2 already existing functions to Python (SetNoiseExcite, SetDumpedExcite, SetCustomExcite) Tobias Oberstein 2023-12-03 20:39:38 +0100
  • 1581d34fb4 add skeleton sketch for Excitation::Noise and Excitation::Dump Tobias Oberstein 2023-12-03 17:22:23 +0100
  • 71dde7ea49 FDTD: reformat code of update equations. Yifeng Li 2023-01-18 17:51:33 +0000
  • 5b8cf2f2ed Dmax is in linear power units, so convert to dB power before adding to dB power. Chris Madsen 2023-07-20 20:52:18 -0500
  • 6212d1de68 PML_8 typo in docstring gammaxy1 2023-06-06 09:22:27 -0500
  • 840c9755d5 Handle SIGINT for openEMS and Python, with graceful exit support. Yifeng Li 2023-05-07 09:59:13 +0000
  • ee3f2b7d80
    Lumped RLC parallel & series implementation (openEMS) (#121) G. L 2023-11-18 13:23:15 +0200
  • 1cc55da7c4
    Update copyright notice G. L 2023-11-07 21:41:28 +0200
  • 8f80004b53
    Update copyright notice G. L 2023-11-07 21:40:59 +0200
  • 077b6e936a
    Update copyright notice G. L 2023-11-07 21:40:20 +0200
  • 0515db85c9
    Update copyright notice G. L 2023-11-07 21:39:33 +0200
  • 45ed0585eb
    Revert workaround solution used for the eclipse toolchain G. L 2023-11-07 21:29:18 +0200
  • 09902b4ee0
    Remove empty lines G. L 2023-11-07 21:27:13 +0200
  • 5f36e7f3a2 version 0.0.36 v0.0.36 Thorsten Liebig 2023-10-22 16:25:51 +0200
  • 956dfc1165
    Revert commit tmpusr123 2023-07-30 22:47:04 +0200
  • 9d535923bf
    Revert commit tmpusr123 2023-07-30 22:41:39 +0200
  • 146339fdfc
    Add files via upload tmpusr123 2023-07-30 19:51:59 +0200
  • 652a0d0c2a
    Add files via upload tmpusr123 2023-07-30 19:51:25 +0200
  • 8bc54304a9
    Add files via upload tmpusr123 2023-07-30 19:50:49 +0200
  • 43aec0504a
    Add files via upload tmpusr123 2023-07-27 07:00:34 +0200
  • 0b885606bd
    Add files via upload tmpusr123 2023-07-27 06:59:35 +0200
  • fe26b2b2a1
    Add files via upload tmpusr123 2023-07-27 06:58:59 +0200
  • bcce2f24ca
    Add files via upload tmpusr123 2023-07-27 06:57:50 +0200
  • a2ee5da387
    Add files via upload tmpusr123 2023-07-25 12:22:42 +0200
  • 9cd4e1e0ff
    Add files via upload tmpusr123 2023-07-25 12:21:38 +0200
  • 44694e129f
    Add files via upload tmpusr123 2023-07-25 12:19:08 +0200
  • f07c4ba679
    Add files via upload tmpusr123 2023-07-24 21:23:16 +0200
  • 5520a2e4fe
    Add files via upload tmpusr123 2023-07-24 21:22:54 +0200
  • bfc431e30a
    Add files via upload tmpusr123 2023-07-24 21:22:24 +0200
  • 48e7aa2b3e
    Add files via upload tmpusr123 2023-07-24 21:21:54 +0200
  • 50fe8c8515 Dmax is in linear power units, so convert to dB power before adding to dB power. Chris Madsen 2023-07-20 20:52:18 -0500
  • 5712c74fae
    Add files via upload tmpusr123 2023-07-20 10:23:12 +0200
  • d265efc465
    Add files via upload tmpusr123 2023-07-20 10:22:40 +0200
  • 08750180cb
    Add files via upload tmpusr123 2023-07-20 10:22:29 +0200
  • 9a44014c55
    Add files via upload tmpusr123 2023-07-20 10:21:27 +0200
  • 8cb0b35145
    Add files via upload tmpusr123 2023-07-20 10:20:35 +0200
  • 08b47940be
    Add files via upload tmpusr123 2023-07-20 10:20:03 +0200
  • c6e64e5a65
    Add files via upload tmpusr123 2023-07-20 10:19:45 +0200
  • 0eda4da973
    Add files via upload tmpusr123 2023-07-20 10:19:24 +0200
  • 55af94ce30
    Add files via upload tmpusr123 2023-07-20 10:18:50 +0200
  • 2dce030bc0
    PML_8 typo in docstring gammaxy1 2023-06-06 09:22:27 -0500
  • da7a4541aa FDTD: convert UPML to use Flat_N_3DArray. Yifeng Li 2023-02-08 08:58:21 +0000
  • 0b9c7ba61e FDTD: convert FDTD engine to use Flat_N_3DArray. Yifeng Li 2023-02-08 08:50:28 +0000
  • 31c0e9fda2 tools: introduce flat_array_ops.h Yifeng Li 2023-02-07 11:55:02 +0000
  • 2afe714ce0 tools: move MEMALIGN from array_ops.cpp to array_ops.h Yifeng Li 2023-02-08 08:59:47 +0000
  • e40d098a12 FDTD: reformat code of update equations. Yifeng Li 2023-01-18 17:51:33 +0000
  • 782a7381bf CMakeLists.txt: append instead of overwrite CMAKE_CXX_FLAGS Yifeng Li 2023-05-12 14:21:17 +0000
  • 7d1960d8eb CMakeLists.txt: append instead of overwrite CMAKE_CXX_FLAGS Yifeng Li 2023-05-12 14:21:17 +0000
  • 6d763fd142 Handle SIGINT for openEMS and Python, with graceful exit support. Yifeng Li 2023-05-07 09:59:13 +0000
  • 7d2e396e86 FDTD: reformat code of update equations. Yifeng Li 2023-01-18 17:51:33 +0000
  • 486f3140cb openEMS.pyx: check canonical path in assert, close #113. Yifeng Li 2023-05-03 09:24:17 +0000
  • 761b362271 openEMS.pyx: check canonical path in assert, close #113. Yifeng Li 2023-05-03 09:24:17 +0000
  • ac6ad8605a Fixed HDF5 library path import CGrassin 2023-04-08 14:42:26 +0200
  • c651cce61f Merge remote-tracking branch 'drake/feature/estimate-cfl-timestep' Thorsten Liebig 2023-03-19 11:45:14 +0100
  • 568cdbdfac PML: try to fix pml working for a finite conductor waveguide Thorsten Liebig 2023-03-08 22:10:30 +0100
  • cf34998b01 Add missing import Gonzalo José Carracedo Carballal 2023-03-06 21:46:43 +0100
  • 3eb4439959 Improve readability of mesh_estimate_cfl_timestep Gonzalo José Carracedo Carballal 2023-03-06 21:45:17 +0100
  • 6440b408ac Implement mesh_estimate_cfl_timestep Gonzalo José Carracedo Carballal 2023-03-06 20:36:50 +0100
  • cb63ab01c4 python: fix automesh type detection Thorsten Liebig 2023-03-05 20:33:07 +0100
  • 704fad6dc4 python: cleanup should not crash if folder cannot be removed Thorsten Liebig 2023-02-22 18:57:52 +0100
  • cbbae61c24 python: fix TD for MSL ports with set ref. impedance Thorsten Liebig 2023-02-22 18:57:17 +0100