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

2D Wave Equation using FDTD and NumPy

Implementation of the 2D wave equation using the Finite Difference Time Domain (FDTD) method with NumPy. Includes example code and visualizations.

M
mit.edu
article

Numerical Solution of the 2D Wave Equation

Lecture notes on solving the 2D wave equation using the FDTD method, including Python code examples using NumPy and Matplotlib for visualization.

R
researchgate.net
research

FDTD Simulation of 2D Wave Propagation

Research paper on simulating 2D wave propagation using the FDTD method, including a Python implementation using NumPy and SciPy.

S
stackoverflow.com
article

Python Code for 2D Wave Equation using FDTD

Q&A thread on implementing the 2D wave equation using FDTD in Python, with example code and explanations.

P
pypi.org
tool

2D Wave Equation Solver using FDTD and NumPy

Python package for solving the 2D wave equation using the FDTD method, with documentation and example usage.

Y
youtube.com
video

Finite Difference Time Domain Method for 2D Wave Equation

Video lecture on the FDTD method for solving the 2D wave equation, including Python code examples using NumPy.

N
ncsu.edu
article

Numerical Methods for Solving the 2D Wave Equation

Course notes on numerical methods for solving the 2D wave equation, including the FDTD method, with Python code examples using NumPy and SciPy.

N
numpy.org
official

FDTD Method for 2D Wave Equation in Python

Official NumPy documentation example on using the FDTD method to solve the 2D wave equation, with code examples and explanations.