ShayanDodge / FDTD_3D_GPU

Accelerated parallel FDTD code in the GPU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FDTD 3D GPU

Accelerated parallel FDTD code in the GPU.

Although the execution speed of serial code in the CPU is slower than that of parallel code in the GPU, pay attention to some points in MATLAB programming such as avoiding For loop and avoiding array indexing improves the code execution speed. GPU_2a

About

Accelerated parallel FDTD code in the GPU.

License:GNU General Public License v3.0


Languages

Language:MATLAB 100.0%