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

Finite Difference Time Domain (FDTD) Method with NumPy

Implementation of the FDTD method using NumPy for solving Maxwell's equations, including example code and visualizations.

S
stanford.edu
research

Numerical Solution of the Wave Equation using FDTD

A research paper discussing the implementation of the FDTD method using NumPy for solving the wave equation, with applications in physics and engineering.

R
realpython.com
article

FDTD Simulation with NumPy and Matplotlib

A tutorial on implementing the FDTD method using NumPy and visualizing the results with Matplotlib, including example code and explanations.

N
nasa.gov
official

Finite Difference Time Domain Method for Electromagnetic Simulations

An official NASA publication discussing the use of the FDTD method for electromagnetic simulations, including implementation details and applications.

Y
youtube.com
video

FDTD Method Implementation in Python

A video tutorial on implementing the FDTD method using NumPy and Python, including example code and explanations.

A
arxiv.org
research

NumPy-Based FDTD Solver for Acoustic Waves

A research paper discussing the implementation of an FDTD solver using NumPy for acoustic waves, including numerical results and discussions.

E
edx.org
article

FDTD Simulation of Electromagnetic Waves using NumPy

An online course module on implementing the FDTD method using NumPy for electromagnetic wave simulations, including example code and exercises.

N
numfocus.org
article

Optimized FDTD Implementation using NumPy and Numba

A blog post discussing optimized implementation of the FDTD method using NumPy and Numba, including performance benchmarks and example code.