Skip to content

monkeyxt/2D-FDTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D-FDTD

A simple 2D C++ FDTD solver

Requirements

cmake
c++20

Build

cmake .
make

Run

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.

About

A simple C++ FDTD solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published