openEMS/Common
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
..
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 Fix build error due to ambigous overload of isnan/isinf 2018-03-27 03:57:22 +02: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