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

Finite-Difference Time-Domain (FDTD) Method in Python

Implementation of the FDTD algorithm using NumPy for simulating electromagnetic waves. Includes example use cases and documentation.

R
researchgate.net
research

Numerical Solution of Maxwell's Equations using FDTD

Research article discussing the implementation of the FDTD algorithm using NumPy and SciPy for solving Maxwell's equations in Python.

R
realpython.com
article

FDTD Simulation with NumPy and Matplotlib

Tutorial on implementing the FDTD algorithm using NumPy and visualizing the results with Matplotlib, including example code and explanations.

P
pypi.org
official

Python FDTD Simulator

Official Python package for simulating electromagnetic waves using the FDTD algorithm, built using NumPy and SciPy.

W
wikipedia.org
article

Finite Difference Time Domain (FDTD) Method

Wikipedia article explaining the FDTD algorithm, including its mathematical formulation and applications, with references to Python implementations.

Y
youtube.com
video

FDTD Algorithm Implementation in Python

Video tutorial on implementing the FDTD algorithm using NumPy and Python, covering the basics of the algorithm and example code.

A
arxiv.org
research

NumPy-Based FDTD Solver for Electromagnetic Simulations

Research paper presenting a NumPy-based FDTD solver for electromagnetic simulations, including performance benchmarks and example use cases.

S
scicomp.stackexchange.com
article

FDTD Simulation in Python using NumPy and SciPy

Q&A forum discussion on implementing the FDTD algorithm using NumPy and SciPy, including example code and advice from experts.