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 code implementations are available.

G
github.io
tool

FDTD Simulation in Python

A Python package for simulating the FDTD method. It includes examples and documentation for implementing the FDTD method in various scenarios.

M
mit.edu
research

Numerical Methods for Electromagnetics

Course notes and resources for a graduate-level course on numerical methods for electromagnetics, including the FDTD method, with Python code examples.

P
pypi.org
tool

Python FDTD Simulator

A Python package for simulating the FDTD method. It can be installed via pip and includes documentation and examples.

I
ieee.org
research

FDTD Method for Electromagnetic Simulations

A research article on the FDTD method for electromagnetic simulations, including a Python code implementation.

Y
youtube.com
video

Finite Difference Time Domain Method Tutorial

A video tutorial on the FDTD method, including a Python code example and explanation of the underlying mathematics.

R
realpython.com
article

FDTD Simulation with Python and NumPy

A tutorial on simulating the FDTD method using Python and NumPy, including code examples and explanations.

O
openems.de
official

OpenEMS: An Open-Source FDTD Simulator

An open-source FDTD simulator with a Python interface, including documentation and examples.