Commit Graph

  • 7d7688a288 lumpedRLC: replace all "uint" to "unsigned int". master Yifeng Li 2024-08-29 19:12:24 +0000
  • 1ccf094247 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
  • 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
  • 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
  • 5f36e7f3a2 version 0.0.36 Thorsten Liebig 2023-10-22 16:25:51 +0200
  • 782a7381bf CMakeLists.txt: append instead of overwrite CMAKE_CXX_FLAGS Yifeng Li 2023-05-12 14:21:17 +0000
  • 486f3140cb openEMS.pyx: check canonical path in assert, close #113. Yifeng Li 2023-05-03 09:24:17 +0000
  • 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
  • 8e408307b8 python/ports.py: replace deprecated "np.int" with "int". Yifeng Li 2023-02-22 05:48:59 +0000
  • ecf0c160e0 nf2ff main: update year info Thorsten Liebig 2023-02-19 12:47:33 +0100
  • b49bd2af80 MT engine: fix threads not cleaned up, #104 Thorsten Liebig 2023-02-11 10:43:28 +0100
  • 0342eefd27 python tutorials: use new/better automesh options for CRLH examples Thorsten Liebig 2023-01-07 20:52:36 +0100
  • 595c8effbd python: improve automesh options Thorsten Liebig 2023-01-07 20:50:32 +0100
  • a0e45f8869 python: fix numpy datatype Thorsten Liebig 2023-01-07 20:50:10 +0100
  • 55068629b0 cmake: drop support for vtk<=5 Thorsten Liebig 2023-01-06 20:05:13 +0100
  • 6673aefd70 engine: try to find optimal number of engine threads Thorsten Liebig 2023-01-06 20:01:07 +0100
  • 63c5fe561d fix hdf5 search to not find opencv hdf5.h Thorsten Liebig 2023-01-06 16:43:21 +0100
  • 115aeb64e2 update setup.m to work on Mac aWZHY0yQH81uOYvH 2023-01-06 03:31:01 -0800
  • 3162c487d9 detect arm64 under macOS aWZHY0yQH81uOYvH 2023-01-06 00:38:41 -0800
  • 638d875906 Expose Debugs to Python API Apostolos 2023-01-03 21:54:42 +0200
  • 3772497901 Expose DebugMaterial, DebugOperator and DebugBox Apostolos 2023-01-03 21:50:55 +0200
  • 9677c457e8 python: update Tutorials meta data, remove verbose call Thorsten Liebig 2023-01-02 12:32:28 +0100
  • 0777302f1f python Tutorial: fix CRLH mesh hints Thorsten Liebig 2023-01-01 14:14:15 +0100
  • 164d3983e3 python: allow windows to find AppCSXCAD Thorsten Liebig 2023-01-01 14:13:53 +0100
  • df7c58d961 info: update welcome screen Thorsten Liebig 2022-12-30 17:18:53 +0100
  • e52babccbf MSVC: fix for windows compiler Thorsten Liebig 2022-12-29 13:08:44 +0100
  • 9737661b94 python: language level 3 Thorsten Liebig 2022-12-29 10:06:11 +0100
  • 8c08cf5312 Expose sinusoidal, dirac pulse and step pulse excitation to the Python API. Georg Zachl 2021-12-21 13:41:16 +0100
  • 026f12355f Fix various typos luz paz 2022-03-11 16:17:27 -0500
  • 0b43416651 add aarch64 build support Stefan Biereigel 2022-12-07 21:11:51 +0100
  • 2215eba9ef Fix build on FreeBSD/powerpc64* pkubaj 2021-10-01 11:40:24 +0000
  • d260025a6d numeric: make sure that LC_NUMERIC is set to en_US for function parser Thorsten Liebig 2022-05-31 19:47:44 +0200
  • d4448fa294 octave: make sure to find the serial hdf5 include first Thorsten Liebig 2022-02-15 19:12:06 +0100
  • 46f4084555 fix line integral calc Thorsten Liebig 2021-09-07 16:56:08 +0200
  • 0e54fbf7ac core: fix probe handling Thorsten Liebig 2021-08-25 19:05:38 +0200
  • bad842a710 voltage probes: better voltage integration with direction Thorsten Liebig 2021-08-25 19:05:11 +0200
  • 2a7506482c Fixes in openEMS.sh Yuri Victorovich 2021-08-18 23:46:45 -0700
  • 4c24b6ec75 python: replace distutils with setuptools Thorsten Liebig 2021-07-13 19:17:15 +0200
  • 0dcbcf7651 python Tutorial: fix bent patch antenna Thorsten Liebig 2021-07-08 15:23:47 +0200
  • 566962c516 cmake: static link hdf5 Thorsten Liebig 2021-07-08 15:15:55 +0200
  • f9c8954ed3 python: improve init on windows Thorsten Liebig 2021-07-08 15:14:30 +0200
  • a013077854 Allow whitespaces in simulation path (remote) funkmaus 2020-01-27 12:27:31 +0100
  • 06aa959f29 fix boost library path variable Stefan Biereigel 2020-02-13 22:49:07 +0100
  • 9017d91594 excitation setup speedup Thorsten Liebig 2020-11-22 19:08:07 +0100
  • 46827dccb0 fix matlab console output Thorsten Liebig 2020-11-22 15:39:41 +0100
  • ba793ac84e Updated to use new AddPolygon API. Mark Pinese 2020-02-16 16:13:54 +1100
  • bb235b242b cmake: policy 0074 should be set in localConfig.cmake if necessary Thorsten Liebig 2020-01-04 17:07:06 +0100
  • ebf017441e python: do not use assert for required checks Thorsten Liebig 2020-01-04 15:58:20 +0100
  • 9e5dcecd31 python: unlock python GIL for long running tasks Thorsten Liebig 2020-01-04 15:57:21 +0100
  • e7475a3bd1 python+MSVC: reorganize headers to reduce req. includes Thorsten Liebig 2019-12-30 20:04:22 +0100
  • fbfccc4110 adaptations for win32 with MSVC Thorsten Liebig 2019-12-30 17:12:51 +0100
  • 9c78459d54 Merge branch 'fix_rad_deg' of https://github.com/khashabri/openEMS Thorsten Liebig 2019-11-08 19:16:05 +0100
  • aa5848e7ae Fix missing deg2rad in RCS sphere tutorial #58 khashabri 2019-11-07 12:28:19 +0100
  • b86f514378 Solved the issue #59 khashabri 2019-11-07 10:05:48 +0100
  • ffcf5ee0a6 Enable support for POWER systems (ppc64) Timothy Pearson 2019-09-07 15:30:45 -0500
  • 3a2a482a73 Fixed a few obvious copy-paste errors Andreas Pfau 2019-05-22 22:44:46 +0200
  • d147155c8b Handling cases when a script interpolates a location outside of the mesh, and providing a meaningful error message Andreas Pfau 2019-05-22 22:09:09 +0200
  • 615106144a fixed some typos Andreas Pfau 2019-05-19 22:09:04 +0200
  • d64f17ff3c fixed some argument-verification errors (the wrong arg was verified) Andreas Pfau 2019-05-19 22:08:00 +0200
  • b3072c687b RunOpenEMS will now propagate errors from openems.exe, instead of silently failing Andreas Pfau 2019-05-19 22:06:14 +0200
  • e2d31ecf5d fix averaging bug in transmission line calc Thorsten Liebig 2019-02-19 17:57:21 +0100
  • 8908489c1f Explicitly extend from 'object' to prevent issue in Python 2 Ruben Undheim 2019-02-13 22:28:15 +0100
  • 89bbd35906 Use 'from __future__ import absolute_import' to make the right paths be imported Ruben Undheim 2019-02-13 22:27:15 +0100
  • de2317278b setup: parse MaxTime from xml, #44 Thorsten Liebig 2019-02-13 19:26:27 +0100
  • b37cb008b0 cmake: require vtk >= 6.1, win+linux Thorsten Liebig 2018-12-26 21:08:18 +0100
  • 3437959922 fix typo, #35 Thorsten Liebig 2018-11-17 18:36:30 +0100
  • 6dfc05e9fe fix formatting Thorsten Liebig 2018-11-17 18:29:26 +0100
  • 9a8ff11a4d Merge branch 'master' of https://github.com/tvelliott/openEMS Thorsten Liebig 2018-11-17 18:27:39 +0100
  • d6dabdc0ed
    Merge pull request #32 from detlefc/master Thorsten Liebig 2018-10-31 19:28:57 +0100
  • 3a2af34bce don't segfault due to null pointer when handling dispersive materials (Lorentz/Debye). if(prop==NULL) continue; radioactive 2018-09-13 23:21:16 -0700
  • cc5a709e74 make excitation setup a void function if nothing is returned Thorsten Liebig 2018-06-24 10:13:28 +0200
  • 527ac2bd42 Modify the find command to return only one line. If the command returned two lines (in the case that there were two copies of hdf5.h on the system, then the system got confused. Also updated the options to the mkoctfile command to concatenate the strings seperately tmolteno 2018-06-04 20:33:07 +1200
  • a5838df1e1 update welcome screen Thorsten Liebig 2018-03-27 20:44:44 +0200
  • ba4c5c5cce Merge branch 'fix_ambigous_isnan' of https://github.com/StefanBruens/openEMS Thorsten Liebig 2018-03-27 20:41:38 +0200
  • da8137f90d Fix build error due to ambigous overload of isnan/isinf Stefan Brüns 2018-03-27 02:10:18 +0200
  • a5a1dca832 Guard xmmintrin.h include so it is only used when necessary Stefan Brüns 2018-03-27 02:28:22 +0200
  • 2799f19ae3 nf2ff: restore mesh lines after mirroring Detlef Conradin 2018-03-03 13:36:15 +0100
  • 65ca6bfc44 python: add set number of threads interface Thorsten Liebig 2018-01-04 15:51:18 +0100
  • 9b86db48c1 matlab: use quotation marks around file names Thorsten Liebig 2018-01-04 10:08:51 +0100
  • a8c0d0bede FDTD: fix sse/sse_compressed engine creation Thorsten Liebig 2018-01-04 10:06:29 +0100
  • 6133dea5b0 add field processing for electric and magnetic flux densities Thorsten Liebig 2017-05-28 12:01:04 +0200