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