openEMS/FDTD/extensions
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
OptimizeCondSheetParameter.m new FDTD extension: conducting sheet model 2012-05-08 13:58:20 +02:00
cond_sheet_parameter.h new FDTD extension: conducting sheet model 2012-05-08 13:58:20 +02:00
engine_ext_cylinder.cpp Operator: replacement for GetOriginalNumLines + use full or simple mesh for snapping 2013-02-06 16:33:12 +01:00
engine_ext_cylinder.h cylinder engine extension changed handling and priority 2012-06-06 10:28:06 +02:00
engine_ext_cylindermultigrid.cpp excitation moved to its own extension 2011-03-16 16:26:01 +01:00
engine_ext_cylindermultigrid.h moved all FDTD extensions to folder FDTD/extensions 2010-12-06 15:30:47 +01:00
engine_ext_dispersive.cpp dispersive material extension: prepared for higher order dispersion 2012-04-27 16:37:42 +02:00
engine_ext_dispersive.h dispersive material extension: prepared for higher order dispersion 2012-04-27 16:37:42 +02:00
engine_ext_excitation.cpp FDTD: fix excitation signal length calculation and handling 2017-02-11 18:17:54 +01:00
engine_ext_excitation.h excitation moved to its own extension 2011-03-16 16:26:01 +01:00
engine_ext_lorentzmaterial.cpp added support for Lorentz dispersive material 2013-03-14 16:52:44 +01:00
engine_ext_lorentzmaterial.h added support for Lorentz dispersive material 2013-03-14 16:52:44 +01:00
engine_ext_mur_abc.cpp continued (internal) reorganization of excitation 2012-07-17 13:23:00 +02:00
engine_ext_mur_abc.h moved all FDTD extensions to folder FDTD/extensions 2010-12-06 15:30:47 +01:00
engine_ext_steadystate.cpp improved steady state detection 2015-09-03 22:35:14 +02:00
engine_ext_steadystate.h operator: new steady state detection operator extension 2015-05-04 20:47:19 +02:00
engine_ext_tfsf.cpp FDTD: fix excitation signal length calculation and handling 2017-02-11 18:17:54 +01:00
engine_ext_tfsf.h typo: replace Operator_Ext_TFST with Operator_Ext_TFSF 2013-04-12 16:07:39 +02:00
engine_ext_upml.cpp excitation moved to its own extension 2011-03-16 16:26:01 +01:00
engine_ext_upml.h moved all FDTD extensions to folder FDTD/extensions 2010-12-06 15:30:47 +01:00
engine_extension.cpp excitation moved to its own extension 2011-03-16 16:26:01 +01:00
engine_extension.h operator: new steady state detection operator extension 2015-05-04 20:47:19 +02:00
operator_ext_conductingsheet.cpp operator: speed improvement using a primitive pre-selection 2014-10-19 21:59:39 +02:00
operator_ext_conductingsheet.h MPI: new check extension compatibility framework 2012-09-17 16:56:14 +02:00
operator_ext_cylinder.cpp operator: speed improvement using a primitive pre-selection 2014-10-19 21:59:39 +02:00
operator_ext_cylinder.h MPI: new check extension compatibility framework 2012-09-17 16:56:14 +02:00
operator_ext_dispersive.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
operator_ext_dispersive.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00
operator_ext_excitation.cpp operator: make Grid_Path a typedef struct 2013-08-16 13:19:12 +02:00
operator_ext_excitation.h MPI: new check extension compatibility framework 2012-09-17 16:56:14 +02:00
operator_ext_lorentzmaterial.cpp operator: speed improvement using a primitive pre-selection 2014-10-19 21:59:39 +02:00
operator_ext_lorentzmaterial.h added support for Lorentz dispersive material 2013-03-14 16:52:44 +01:00
operator_ext_mur_abc.cpp operator: speed improvement using a primitive pre-selection 2014-10-19 21:59:39 +02:00
operator_ext_mur_abc.h MPI: new check extension compatibility framework 2012-09-17 16:56:14 +02:00
operator_ext_steadystate.cpp operator: new steady state detection operator extension 2015-05-04 20:47:19 +02:00
operator_ext_steadystate.h operator: new steady state detection operator extension 2015-05-04 20:47:19 +02:00
operator_ext_tfsf.cpp Fix build error due to ambigous overload of isnan/isinf 2018-03-27 03:57:22 +02:00
operator_ext_tfsf.h typo: replace Operator_Ext_TFST with Operator_Ext_TFSF 2013-04-12 16:07:39 +02:00
operator_ext_upml.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
operator_ext_upml.h MPI: new check extension compatibility framework 2012-09-17 16:56:14 +02:00
operator_extension.cpp remove using namespace std from header files 2015-06-18 21:45:22 +02:00
operator_extension.h remove using namespace std from header files 2015-06-18 21:45:22 +02:00