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 година | |
---|---|---|
.gitignore | пре 8 година | |
LICENSE | пре 9 година | |
Makefile | пре 3 година | |
README.md | пре 6 година | |
abctmz.c | пре 3 година | |
abctmz.h | пре 3 година | |
ezinc.h | пре 3 година | |
grid1dez.c | пре 3 година | |
grid1dez.h | пре 3 година | |
gridtmz.c | пре 3 година | |
gridtmz.h | пре 3 година | |
incident.c | пре 3 година | |
incident.h | пре 3 година | |
material.c | пре 3 година | |
material.h | пре 3 година | |
plot2d.c | пре 3 година | |
plot2d.h | пре 3 година | |
plotWindow.c | пре 3 година | |
plotWindow.h | пре 3 година | |
ricker.c | пре 3 година | |
snapshot2d.c | пре 3 година | |
snapshot2d.h | пре 3 година | |
source.c | пре 3 година | |
source.h | пре 3 година | |
tfsftmz.c | пре 3 година | |
tfsftmz.h | пре 3 година | |
tmzdemo2.c | пре 3 година | |
updatetmz.c | пре 3 година | |
updatetmz.h | пре 3 година |
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.