8 results · AI-generated index
W
wikipedia.org
article

Finite-Difference Time-Domain Method

The finite-difference time-domain (FDTD) method is a numerical analysis technique used for modeling computational electrodynamics. Python implementation examples are available.

G
github.io
tool

FDTD Simulation in Python

A Python package for simulating the FDTD algorithm. It includes example code for 1D, 2D, and 3D simulations.

M
mit.edu
research

Numerical Methods for Electromagnetics

Course notes on numerical methods for electromagnetics, including the FDTD algorithm. Python code examples are provided for each topic.

R
realpython.com
article

FDTD Algorithm Implementation in Python

A tutorial on implementing the FDTD algorithm in Python, including example code and explanations of the underlying mathematics.

P
pypi.org
tool

Python FDTD Simulator

A Python package for simulating the FDTD algorithm. It can be installed via pip and includes example code for getting started.

I
ieee.org
research

Finite-Difference Time-Domain Method for Electromagnetic Simulations

A research paper on the FDTD method for electromagnetic simulations. It includes Python code examples and comparisons with other numerical methods.

Y
youtube.com
video

FDTD Algorithm Tutorial

A video tutorial on the FDTD algorithm, including example code in Python and explanations of the underlying mathematics.

N
ncsu.edu
official

FDTD Python Code Examples

Example code for implementing the FDTD algorithm in Python, including 1D and 2D simulations. Provided by the North Carolina State University.