openEMS/Common
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
..
CMakeLists.txt cmake: cleanup, build type for nf2ff 2014-10-09 21:06:36 +02:00
engine_interface_base.cpp processing constructor with Engine_Interface_Base only 2010-12-07 16:47:23 +01:00
engine_interface_base.h bugfix: missing virtual destructor 2012-11-15 22:26:13 +01:00
operator_base.cpp fix and improvemnt in getting cell center coordinate for material averaging 2013-12-28 20:57:31 +01:00
operator_base.h operator: speed improvement using a primitive pre-selection 2014-10-19 21:59:39 +02:00
processcurrent.cpp current probes can be a point or line which allows for 1D/2D lumped ports 2013-01-22 09:22:01 +01:00
processcurrent.h current probes can be a point or line which allows for 1D/2D lumped ports 2013-01-22 09:22:01 +01:00
processfieldprobe.cpp ProcessEField and ProcessHField replaced by new ProcessFieldProbe 2011-01-18 10:45:03 +01:00
processfieldprobe.h ProcessEField and ProcessHField replaced by new ProcessFieldProbe 2011-01-18 10:45:03 +01:00
processfields.cpp process fields: new SAR calculation 2012-11-29 16:45:48 +01:00
processfields.h process fields: new SAR calculation 2012-11-29 16:45:48 +01:00
processfields_fd.cpp fixed some warnings of gcc-4.7 2012-11-15 21:44:43 +01:00
processfields_fd.h new frequency domain dump type: local SAR 2011-01-31 12:25:55 +01:00
processfields_sar.cpp operator: speed improvement using a primitive pre-selection 2014-10-19 21:59:39 +02:00
processfields_sar.h SAR: use cell based conductivity in all cases (new default) 2013-08-23 17:28:18 +02:00
processfields_td.cpp fixed some warnings of gcc-4.7 2012-11-15 21:44:43 +01:00
processfields_td.h processing: new type name and header dump in integral processing 2011-01-18 10:34:13 +01:00
processing.cpp Operator: replacement for GetOriginalNumLines + use full or simple mesh for snapping 2013-02-06 16:33:12 +01:00
processing.h allow multiple boxes in Probe and Dump Properties 2011-08-31 11:05:04 +02:00
processintegral.cpp current probes can be a point or line which allows for 1D/2D lumped ports 2013-01-22 09:22:01 +01:00
processintegral.h current probes can be a point or line which allows for 1D/2D lumped ports 2013-01-22 09:22:01 +01:00
processmodematch.cpp fix in Processing: disable processings outside the field domain 2011-02-16 10:41:17 +01:00
processmodematch.h processing: new type name and header dump in integral processing 2011-01-18 10:34:13 +01:00
processvoltage.cpp processing: new type name and header dump in integral processing 2011-01-18 10:34:13 +01:00
processvoltage.h processing: new type name and header dump in integral processing 2011-01-18 10:34:13 +01:00
readme.txt real abstract base classes for common operator and engine-interface 2010-12-07 14:47:22 +01:00

readme.txt

readme for openEMS/Common

- This folder contains all classes common for all numerical solver included in openEMS (currently only EC-FDTD)
	- Operator-Base class
	- Engine-Interface classes
	- Common processing classes