Go to file
Sebastian Held 384cfe5677 bugfix Windows: FTZ and DAZ bits in SSE computation unit is thread dependent.
This fix sets the FTZ ans DAZ bits in every thread to gain the speedup.
Linux seems to store these bits per process rather than per thread.
2012-10-06 20:50:36 +02:00
Analyse example updates 2010-03-16 21:43:11 +01:00
Common operator: new GetDiscDelta method 2012-06-25 13:20:04 +02:00
FDTD bugfix Windows: FTZ and DAZ bits in SSE computation unit is thread dependent. 2012-10-06 20:50:36 +02:00
linux packaging fixes 2012-06-24 14:37:12 +02:00
matlab fix infDipole example 2012-09-30 14:07:56 +02:00
nf2ff nf2ff: use double for integral values 2012-09-17 13:21:32 +02:00
paraview paraview: easy to use custom filter for PEC visualization 2010-10-20 10:14:05 +02:00
TESTSUITE TESTSUITE/probes/fieldprobes: update & now using testing relative error 2011-01-18 10:46:36 +01:00
tools global: arrange show and parse arguments; doc update 2012-09-24 15:19:16 +02:00
.gitignore Init style: applied astyle.sh 2010-12-06 15:31:11 +01:00
astyle.sh shell script to invoke the source code formatter astyle 2010-08-26 15:32:25 +02:00
COPYING GPL licensing 2010-03-11 16:47:40 +01:00
Doxyfile simplified the dot diagrams in doxygen output 2011-01-07 09:59:10 +01:00
known_bugs new: known_bugs/problems lists 2010-03-11 15:35:28 +01:00
known_problems new: known_bugs/problems lists 2010-03-11 15:35:28 +01:00
main.cpp typo 2012-10-06 20:38:37 +02:00
NEWS update for NEWS and README 2012-09-24 11:36:46 +02:00
openEMS_MPI.pro update handling MPI + matlab doc 2011-10-27 13:35:02 +02:00
openEMS_MPI.sh initial MPI support 2011-03-10 10:39:07 +01:00
openems.cpp FDTD: new argument to reduce the used timestep by a given factor 2012-09-27 14:20:20 +02:00
openems.h update & fix to FDTD simulation statistics 2012-09-25 11:24:25 +02:00
openEMS.pro version v0.0.29 2012-09-27 14:20:55 +02:00
openEMS.sh get path in openEMS.sh 2010-03-29 22:10:09 +02:00
README update for NEWS and README 2012-09-24 11:36:46 +02:00
TODO update on todo list 2012-09-17 17:13:51 +02:00

*
* openEMS - a free and open electromagnetic field solver
*
* Copyright (C) 2010-2012 Thorsten Liebig
*

openEMS is licensed under the terms of the GPLv3, see <http://www.gnu.org/licenses/>.


Website:   http://openems.de
Forum:     http://openems.de/forum/
Tutorials: http://openems.de/index.php/Tutorials


To use openEMS from Matlab or Octave, you need to include the <openEMS-install-folder>/matlab folder in the respective environment:
> addpath( '<openEMS-install-folder>/matlab' );

To verify the correct installation follow the instructions at:
http://openems.de/index.php/Tutorial:_First_Steps