openEMS is a free and open-source electromagnetic field solver using the EC-FDTD method.
 
 
 
 
 
 
Go to file
Thorsten Liebig 1b52834e89 Define a max FDTD simulated time, maybe useful for e.g. sinusoidal excitations
matlab example: simulate 1us in the time domain:
FDTD = InitFDTD(5e5,1e-5,'MaxTime',1e-6)
2010-05-21 16:55:04 +02:00
Analyse example updates 2010-03-16 21:43:11 +01:00
FDTD fix: data size is MiB instead of MB 2010-05-21 10:14:09 +02:00
TESTSUITE moved physical_constants.m 2010-05-12 17:49:45 +02:00
matlab matlab: added a microstrip port (with example) 2010-05-21 11:41:33 +02:00
tools introducing compressed sse operator & engine 2010-05-19 11:41:35 +02:00
.gitignore Engine fix!, processing class, lots of fixes 2010-03-01 19:35:28 +01:00
COPYING GPL licensing 2010-03-11 16:47:40 +01:00
TODO update todo-list 2010-05-11 22:58:46 +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 new openEMS option --engine=fastest & options console output 2010-05-21 08:16:24 +02:00
openEMS.pro multithreaded engine now a derived class of compressed sse engine, created by new operator_multithread class 2010-05-20 22:02:06 +02:00
openEMS.sh get path in openEMS.sh 2010-03-29 22:10:09 +02:00
openems.cpp Define a max FDTD simulated time, maybe useful for e.g. sinusoidal excitations 2010-05-21 16:55:04 +02:00
openems.h multithreaded engine now a derived class of compressed sse engine, created by new operator_multithread class 2010-05-20 22:02:06 +02:00