8 results · AI-generated index
G
github.io
tool

2D FDTD Simulation in Python

Implementation of the 2D Finite-Difference Time-Domain method in Python for simulating electromagnetic waves.

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.

M
mit.edu
research

Numerical Methods for Electromagnetics

Course notes on numerical methods for electromagnetics, including the FDTD method, with Python implementations.

P
pypi.org
tool

Python FDTD Simulator

A Python package for simulating electromagnetic waves using the FDTD method, with examples and documentation.

Y
youtube.com
video

FDTD Method for 2D Wave Propagation

Video lecture on implementing the FDTD method in Python for simulating 2D wave propagation, including code examples.

N
ncsu.edu
research

Numerical Solution of Maxwell's Equations

Research article on numerical methods for solving Maxwell's equations, including the FDTD method, with applications in electromagnetics.

S
sciencedirect.com
article

FDTD Simulation of Electromagnetic Waves

Journal article on using the FDTD method for simulating electromagnetic waves in various media, with numerical results and discussions.

N
numpy.org
official

Python Implementation of FDTD Method

Example code for implementing the FDTD method in Python using NumPy, with explanations and comments.