openEMS/Common
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
..
CMakeLists.txt split openEMS into libopenEMS and openEMS binary 2015-12-19 15:01:56 +01:00
engine_interface_base.cpp processing constructor with Engine_Interface_Base only 2010-12-07 16:47:23 +01:00
engine_interface_base.h add field processing for electric and magnetic flux densities 2017-05-28 12:01:04 +02:00
operator_base.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
operator_base.h remove using namespace std from header files 2015-06-18 21:45:22 +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 remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processfieldprobe.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processfieldprobe.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processfields.cpp add field processing for electric and magnetic flux densities 2017-05-28 12:01:04 +02:00
processfields.h add field processing for electric and magnetic flux densities 2017-05-28 12:01:04 +02:00
processfields_fd.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processfields_fd.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processfields_sar.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processfields_sar.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processfields_td.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processfields_td.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processing.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processing.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processintegral.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processintegral.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processmodematch.cpp cricital bug fix for mode matching probes 2016-11-15 20:13:18 +01:00
processmodematch.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processvoltage.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
processvoltage.h remove using namespace std from header files 2015-06-18 21:45:22 +02: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