Skip to content

sunjiaxin0304/save_XFDTD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XFDTD

The project uses c++ to implement a time domain finite difference (FDTD) algorithm.

Getting Stared

You will require the the following libraries on your system to compile XFDTD: BLAS, LAPACK, FFTW,xtensor,xtensor-blas, xtensor-fftw.

You can see some examples in the test folder.

TODO

  • Add the plane wave source condition
  • Add concept Flux
  • A CLI to complete FDTD simulate with config text
  • Apply to periodic structures
  • Parallel computing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.4%
  • CMake 1.6%