openEMS/Common
luz paz 026f12355f Fix various typos
Found via `codespell -q 3 -L adress,imag`
2022-12-11 11:32:04 +01: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 Fix various typos 2022-12-11 11:32:04 +01:00
operator_base.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
operator_base.h Fix various typos 2022-12-11 11:32:04 +01: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 Fix various typos 2022-12-11 11:32:04 +01: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 adaptations for win32 with MSVC 2019-12-30 17:12:51 +01:00
processing.h Fix various typos 2022-12-11 11:32:04 +01: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 Fix various typos 2022-12-11 11:32:04 +01:00
processmodematch.h Fix various typos 2022-12-11 11:32:04 +01:00
processvoltage.cpp voltage probes: better voltage integration with direction 2021-08-25 19:05:11 +02:00
processvoltage.h voltage probes: better voltage integration with direction 2021-08-25 19:05:11 +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