openEMS is a free and open-source electromagnetic field solver using the EC-FDTD method.
 
 
 
 
 
 
Go to file
Ubuntu 4cffaa5c53 A few fixes for MPI
main.cpp:
	1. 	Check return value of ParseFDTDSetup and exit if false
	2. 	Use exit instead of return. These are almost identical. But
		in my OpenMPI installation the process with teh highes rank
		segfaults at the end when using return. This is not the case
		with exit. Probably some C++ cleanup problem (destructors).
openems.cpp:
	Give Parse_XML_FDTDSetup a deterministic return value.
openems_fdtd_mpi.cpp:
	1.	Remove the word "only" in an error message because there can
		also be too many processes.
	2.	Fix the indexing variables for SetSplitPos in SetupMPI. Otherwise
		more than one split results in an out-of-range exception and
		unexpected behavior.
RunOpenEMS_MPI.m:
	Apply Settings.MPI.GlobalArgs also to multi-host scenarios.
2016-12-01 09:57:08 +00:00
Analyse example updates 2010-03-16 21:43:11 +01:00
Common cricital bug fix for mode matching probes 2016-11-15 20:13:18 +01:00
FDTD A few fixes for MPI 2016-12-01 09:57:08 +00:00
TESTSUITE fixed testsuite (Coax.m) 2012-11-30 23:06:23 +01:00
cmake/Modules add CMake to openEMS 2014-09-18 21:12:50 +02:00
linux packaging fixes 2012-06-24 14:37:12 +02:00
matlab A few fixes for MPI 2016-12-01 09:57:08 +00:00
nf2ff fix compilation error of nf2ff with MPI 2016-08-26 09:59:29 +00:00
tools clean up HDF5 interface for v1.8+, hdf5readatt_octave.cc still needs to be done but has to wait for upstream Octave fix 2016-08-26 10:06:24 +00:00
.gitattributes add gitattributes 2015-06-18 20:37:13 +02:00
.gitignore update gitignore 2015-12-13 22:49:11 +01:00
CMakeLists.txt cmake: fix hdf5 variables 2016-11-15 20:13:05 +01: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
INSTALL update install instruction 2015-10-04 22:17:08 +02:00
NEWS news update 2013-09-03 14:13:37 +02:00
README version v0.0.33-rc1 2015-08-05 21:23:31 +02:00
TODO update on todo list 2012-09-17 17:13:51 +02:00
astyle.sh shell script to invoke the source code formatter astyle 2010-08-26 15:32:25 +02: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 A few fixes for MPI 2016-12-01 09:57:08 +00:00
openEMS.sh get path in openEMS.sh 2010-03-29 22:10:09 +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 A few fixes for MPI 2016-12-01 09:57:08 +00:00
openems.h MPI: update for MPI usage 2016-01-27 18:37:07 +01:00

README

*
* openEMS - a free and open electromagnetic field solver
*
* Copyright (C) 2010-2015 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