This repository provides a parallel, GPU-accelerated implementation of the three-dimensional Finite-Difference Time-Domain (FDTD) method using MATLAB and the Parallel Computing Toolbox. The FDTD ...
Crank-Nicolson Scheme: $$\frac{{U_i^{n + 1} - U_i^n}}{\tau } = \frac{1}{{2{h^2}}}\left[ {U_{i + 1}^{n + 1} - 2U_i^{n + 1} + U_{i - 1}^{n + 1} + U_{i + 1}^n - 2U_i^n ...