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

Finite-Difference Time-Domain Method for 2D Wave Equation

Python implementation of the 2D wave equation using the Finite-Difference Time-Domain (FDTD) method. This repository includes a Jupyter Notebook with a step-by-step solution.

R
researchgate.net
research

Numerical Solution of the 2D Wave Equation using FDTD

This article presents a numerical solution of the 2D wave equation using the Finite-Difference Time-Domain (FDTD) method. The solution is implemented in Python and includes a comparison with analytical solutions.

P
pytorch.org
article

2D Wave Equation Solver using FDTD Method

This tutorial demonstrates how to solve the 2D wave equation using the Finite-Difference Time-Domain (FDTD) method with PyTorch. The code includes a Python implementation of the FDTD algorithm.

A
acm.org
research

FDTD Simulation of 2D Wave Propagation

This paper presents an FDTD simulation of 2D wave propagation in a homogeneous medium. The simulation is implemented in Python and includes a discussion of the numerical stability and accuracy of the method.

S
stackoverflow.com
article

Python Implementation of the 2D Wave Equation using FDTD

This question on Stack Overflow asks for a Python implementation of the 2D wave equation using the FDTD method. The accepted answer includes a Python code snippet that demonstrates the implementation.

M
mit.edu
official

Finite-Difference Time-Domain Method for Wave Equations

This course notes from MIT include a section on the Finite-Difference Time-Domain (FDTD) method for wave equations. The notes include a Python implementation of the FDTD method for the 2D wave equation.

Y
youtube.com
video

2D Wave Equation Simulation using FDTD Method

This video tutorial demonstrates how to simulate the 2D wave equation using the Finite-Difference Time-Domain (FDTD) method. The simulation is implemented in Python and includes a visualization of the wave propagation.

S
sciencedirect.com
article

Numerical Methods for Wave Equations

This book chapter discusses numerical methods for wave equations, including the Finite-Difference Time-Domain (FDTD) method. The chapter includes a Python implementation of the FDTD method for the 2D wave equation.