A simple 2D C++ FDTD solver
cmake
c++20
cmake .
make
There are some example programs in the examples
directory.
To run an example, after building the project, run the following command:
./bin/FDTD1D_2
To visualize the results, use the plotting scripts in the python
directory.