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 code and tutorials.

S
stanford.edu
article

Numerical Methods for Electromagnetics

Course notes on numerical methods for electromagnetics, including the FDTD method. Provides Python code examples using NumPy.

R
researchgate.net
research

FDTD Simulation with Python and NumPy

Research paper on using Python and NumPy for FDTD simulations. Includes example code and discusses optimization techniques.

P
pypi.org
tool

Python FDTD Simulator

Open-source Python package for FDTD simulations. Uses NumPy for efficient computations and provides a simple API.

W
wikipedia.org
article

Finite-Difference Time-Domain Method

Detailed article on the FDTD method, including its mathematical formulation and applications. Provides links to example Python code.

N
numpy.org
official

FDTD Algorithm Implementation in Python

Official NumPy documentation with an example implementation of the FDTD algorithm. Demonstrates the use of NumPy arrays for efficient computations.

C
coursera.org
video

Electromagnetic Simulations with FDTD

Online course on electromagnetic simulations, including the FDTD method. Provides video lectures and example Python code using NumPy.

A
arxiv.org
research

Optimizing FDTD Simulations with NumPy

Research paper on optimizing FDTD simulations using NumPy. Discusses techniques for improving performance and provides example code.