Skip to content

pentilm/FDTDMetamaterial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDTD for Metamaterial Backward Wave Propagation Simulation

This repository contains the C++ source code for simulating metamaterial backward wave propagation using the Finite-Difference Time-Domain (FDTD) method.

Table of Contents

  1. Getting Started
  2. License
  3. Acknowledgments

Getting Started

To run the simulation, execute the drive.cpp file. You can do this by compiling the file with a C++ compiler like g++, and then running the executable:

g++ -o drive drive.cpp
./drive

License

This project is licensed under the GPL License. For more information, see the LICENSE.md file in this repository.

Acknowledgments

This code has been developed and analyzed based on the principles outlined in the following paper:

Wang, X., Li, J. and Fang, Z., 2018. Development and analysis of Crank‐Nicolson scheme for metamaterial Maxwell's equations on nonuniform rectangular grids. Numerical Methods for Partial Differential Equations, 34(6), pp.2040-2059.

About

C++ codes for FDTD Maxwell's equation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published