8 results · AI-generated index
N
numpy.org
article

Finite Difference Time Domain (FDTD) Method in Python

Implementation of the FDTD method using NumPy for solving partial differential equations.

S
scipy.io
tool

FDTD Simulation with NumPy and SciPy

Example code demonstrating the use of NumPy and SciPy for FDTD simulations, including 1D and 2D implementations.

G
github.com
research

Python Implementation of FDTD for Electromagnetic Simulations

Open-source repository providing a Python implementation of the FDTD method for electromagnetic simulations using NumPy.

C
coursera.org
article

Numerical Methods for Solving PDEs: FDTD with NumPy

Course materials covering the implementation of the FDTD method using NumPy for solving partial differential equations.

R
realpython.com
article

FDTD Method with NumPy: A Tutorial

Step-by-step tutorial on implementing the FDTD method using NumPy, including example code and explanations.

N
numba.io
tool

Optimizing FDTD Simulations with NumPy and Numba

Example code demonstrating the use of Numba for optimizing FDTD simulations implemented with NumPy.

W
wikipedia.org
article

Finite Difference Time Domain Method

Overview of the FDTD method, including its application and implementation in various fields, with a section on Python implementation.

Y
youtube.com
video

FDTD Simulation of Electromagnetic Waves using Python

Video tutorial on implementing the FDTD method using Python and NumPy for simulating electromagnetic waves.