Solve the Maxwell equation in 2D using a finite domain time difference algorithm. Fields are constant in third direction.
Emilia L.K. Blåsten 2fc52c4130 Fix linker issues | vor 3 Jahren | |
---|---|---|
.gitignore | vor 8 Jahren | |
LICENSE | vor 9 Jahren | |
Makefile | vor 3 Jahren | |
README.md | vor 6 Jahren | |
abctmz.c | vor 3 Jahren | |
abctmz.h | vor 3 Jahren | |
ezinc.h | vor 3 Jahren | |
grid1dez.c | vor 3 Jahren | |
grid1dez.h | vor 3 Jahren | |
gridtmz.c | vor 3 Jahren | |
gridtmz.h | vor 3 Jahren | |
incident.c | vor 3 Jahren | |
incident.h | vor 3 Jahren | |
material.c | vor 3 Jahren | |
material.h | vor 3 Jahren | |
plot2d.c | vor 3 Jahren | |
plot2d.h | vor 3 Jahren | |
plotWindow.c | vor 3 Jahren | |
plotWindow.h | vor 3 Jahren | |
ricker.c | vor 3 Jahren | |
snapshot2d.c | vor 3 Jahren | |
snapshot2d.h | vor 3 Jahren | |
source.c | vor 3 Jahren | |
source.h | vor 3 Jahren | |
tfsftmz.c | vor 3 Jahren | |
tfsftmz.h | vor 3 Jahren | |
tmzdemo2.c | vor 3 Jahren | |
updatetmz.c | vor 3 Jahren | |
updatetmz.h | vor 3 Jahren |
Solve the Maxwell equation in 2D using a finite domain time difference algorithm. The fields are assumed to stay constant in the third direction.
Based on a well-known FDTD algorithm. The author learned about that algorithm from John Schneider's book [1]. In addition the SDL (Simple Directmedia Layer) library version 2 is used to display the waves.
The SDL library is licensed under the zlib license. This project is licensed under the GNU Affero General Public License version 3 or any later version, at your choice.
[1] Understanding the Finite-Difference Time-Domain Method, John B. Schneider, www.eecs.wsu.edu/~schneidj/ufdtd, 2010.