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 | 3 år sedan | |
---|---|---|
.gitignore | 8 år sedan | |
LICENSE | 9 år sedan | |
Makefile | 3 år sedan | |
README.md | 6 år sedan | |
abctmz.c | 3 år sedan | |
abctmz.h | 3 år sedan | |
ezinc.h | 3 år sedan | |
grid1dez.c | 3 år sedan | |
grid1dez.h | 3 år sedan | |
gridtmz.c | 3 år sedan | |
gridtmz.h | 3 år sedan | |
incident.c | 3 år sedan | |
incident.h | 3 år sedan | |
material.c | 3 år sedan | |
material.h | 3 år sedan | |
plot2d.c | 3 år sedan | |
plot2d.h | 3 år sedan | |
plotWindow.c | 3 år sedan | |
plotWindow.h | 3 år sedan | |
ricker.c | 3 år sedan | |
snapshot2d.c | 3 år sedan | |
snapshot2d.h | 3 år sedan | |
source.c | 3 år sedan | |
source.h | 3 år sedan | |
tfsftmz.c | 3 år sedan | |
tfsftmz.h | 3 år sedan | |
tmzdemo2.c | 3 år sedan | |
updatetmz.c | 3 år sedan | |
updatetmz.h | 3 år sedan |
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.