Finite-difference time-domain (FDTD) is a numerical analysis technique used for modeling computational electrodynamics.
This repository contains a C++ project with the main implementation of the method.
git submodule update --init --recursive
cd 3rdparty/kokkos
mkdir build
cd build
cmake .. -DKokkos_ENABLE_OPENMP=ON
cd ../../..
mkdir build
cd build
cmake ..
cmake --build . --config RELEASE
cd ..
cd bin
./sample
./kokkos_sample