Stefan Brüns
da8137f90d
Fix build error due to ambigous overload of isnan/isinf
...
In case the code is build with -std=c++11, there may be conflicting
definitions of isnan/isinf vs std::isnan/std::isinf, due to the using
namespace std directive.
This happens for glibc versions 2.25 and older, see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48891 for details.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
2018-03-27 03:57:22 +02:00
Thorsten Liebig
6133dea5b0
add field processing for electric and magnetic flux densities
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2017-05-28 12:01:04 +02:00
Thorsten Liebig
765490d7a3
cricital bug fix for mode matching probes
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2016-11-15 20:13:18 +01:00
Thorsten Liebig
8ff7ed4075
split openEMS into libopenEMS and openEMS binary
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2015-12-19 15:01:56 +01:00
Thorsten Liebig
f06cc293dc
remove using namespace std from header files
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2015-06-18 21:45:22 +02:00
Thorsten Liebig
29ffbb66ab
cmake: improve build system and support win32
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2015-05-19 22:13:28 +02:00
Thorsten Liebig
988198f968
add start/stop time for probe and dump boxes
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2015-03-06 21:38:27 +01:00
Thorsten Liebig
ac3dff8818
operator: speed improvement using a primitive pre-selection
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2014-10-19 21:59:39 +02:00
Thorsten Liebig
dae788a2a4
cmake: cleanup, build type for nf2ff
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2014-10-09 21:06:36 +02:00
Guilherme Brondani Torri
480e6c430f
add CMake to openEMS
2014-09-18 21:12:50 +02:00
Thorsten Liebig
87b6650f67
fix and improvemnt in getting cell center coordinate for material averaging
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-12-28 20:57:31 +01:00
Thorsten Liebig
dcf2e8c0cf
Operator: get access to cell center material averaging coordinates
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-12-20 15:48:04 +01:00
Thorsten Liebig
6a683d93d5
operator: add density as material type
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-12-20 15:47:28 +01:00
Thorsten Liebig
2e8b2b7260
Added support for background material in CSXCAD
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-12-03 16:02:22 +01:00
Thorsten Liebig
6c248efa3a
SAR: use cell based conductivity in all cases (new default)
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-23 17:28:18 +02:00
Thorsten Liebig
72084fc662
SAR calc: debug info only for verbose level > 0
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-23 17:04:21 +02:00
Thorsten Liebig
e27e4057e1
operator: make Grid_Path a typedef struct
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-08-16 13:19:12 +02:00
Thorsten Liebig
a607bc6969
more options to setup SAR averaging method
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-05-15 16:02:30 +02:00
Thorsten Liebig
183ea9f776
Operator: replacement for GetOriginalNumLines + use full or simple mesh for snapping
...
Note: these are a lot and dangerous changes --> require a lot of testing
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-02-06 16:33:12 +01:00
Thorsten Liebig
0cb33c3753
minor typo
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-02-06 16:25:07 +01:00
Thorsten Liebig
c22665e529
match SAR debug level to gobal verbose level
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-01-30 14:13:54 +01:00
Thorsten Liebig
3b44620278
current probes can be a point or line which allows for 1D/2D lumped ports
...
- this needs the new probe box interface in CSXCAD
- most tutorials have been updated
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2013-01-22 09:22:01 +01:00
Thorsten Liebig
e6c0444985
CSXCAD: match recent version with split files for primitives and properties
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2012-12-03 13:59:39 +01:00
Thorsten Liebig
c536e1f344
process fields: new SAR calculation
...
todo: needs much testing and evaluation
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2012-11-29 16:45:48 +01:00
Sebastian Held
c45cd4ab70
bugfix: missing virtual destructor
2012-11-15 22:26:13 +01:00
Sebastian Held
013f92ba26
fixed some warnings of gcc-4.7
2012-11-15 21:44:43 +01:00
Sebastian Held
f11b98ecf4
remove dependency on H5Cpp.h
2012-11-11 17:57:36 +01:00
Thorsten Liebig
410d250995
operator: new GetDiscDelta method
...
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
2012-06-25 13:20:04 +02:00
Thorsten Liebig
4250c6f888
SAR: calculate dissipated power directly and independent of material density
2012-06-06 10:35:05 +02:00
Thorsten Liebig
a3ef97eb3e
fix: SAR processing: don't dump data if disabled
2012-05-24 15:26:23 +02:00
Thorsten Liebig
f62da05c12
rewritten SAR calculation
2012-04-27 16:37:42 +02:00
Thorsten Liebig
f64843b14f
ProcessFields: add hdf5 openEMS-file version information
2012-02-17 12:33:37 +01:00
Thorsten Liebig
7e4a719be2
ProcessFields_FD: fix in frequency attribute dump
...
Use the /FieldData/FD "frequency" attribute in the future
2012-02-17 12:33:05 +01:00
Thorsten Liebig
807786b2d2
reorganized vtk writer and new hdf5 file writer & reader
2012-02-02 10:20:49 +01:00
Thorsten Liebig
3acea1b203
console output: show snapped mesh type & number of lines/cells
2011-11-14 14:12:36 +01:00
Thorsten Liebig
b34848f323
new engine interface using sse & speed enhancement in energy estimate
...
Note: cylindrical engine interface now based on sse engine interface
--> similar to sse engine & cylindrical engine
2011-11-07 12:07:55 +01:00
Thorsten Liebig
422f17b414
allow multiple boxes in Probe and Dump Properties
...
if more than one box is defined for a probe or dump property,
the name of the probe/dump processing is appended by a "_n"
2011-08-31 11:05:04 +02:00
Thorsten Liebig
eb74757789
openEMS using CSX mesh type definition
2011-08-16 17:03:57 +02:00
Thorsten Liebig
74a0c8f6fa
Processing now using SnapBox2Mesh
2011-07-22 10:01:19 +02:00
Thorsten Liebig
2e8e8caa4e
Operator: new SnapBox2Mesh + used by CalcLumpedElement
2011-07-22 09:58:02 +02:00
Thorsten Liebig
afd4a5d07b
fixes in current integration box
...
the given coordinates are now always inside the integration box
2011-07-13 09:36:23 +02:00
Thorsten Liebig
a4611f1339
critical fix in ProcessFields opt resolution mesh calc
2011-07-07 08:05:49 +02:00
Thorsten Liebig
7d30ce2fb6
removed old legacy vtk file writing
2011-04-13 16:22:06 +02:00
Thorsten Liebig
906800c057
file-IO support native field dumps
2011-04-13 12:18:03 +02:00
Thorsten Liebig
62acf5f1b3
ProcessFields now using new VTK_File_IO class for vtk dumps
...
Todo:
- HDF5_File_IO
- replace all old vtk dump method usage and remove them
2011-04-01 15:29:56 +02:00
Thorsten Liebig
0c371fb43a
exclude last line from total energy estimation
2011-03-10 10:34:15 +01:00
Thorsten Liebig
f059ff5a58
processings: fixed missing star/stop initializing
2011-03-10 10:33:58 +01:00
Thorsten Liebig
277b746462
init processings at a later time
2011-02-16 10:41:52 +01:00
Thorsten Liebig
9619df7ec0
processing: no init for disabled processings
2011-02-16 10:41:40 +01:00
Thorsten Liebig
0bdd05fb3a
field-processings: fixed initializing disabled processes
2011-02-16 10:41:27 +01:00