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

Numerical Solution of 2D Wave Equation using Finite Difference Time Domain Method

This repository provides a Python implementation using NumPy for solving the 2D wave equation with the Finite Difference Time Domain (FDTD) method.

R
researchgate.net
research

Finite Difference Time Domain Method for 2D Wave Equation

This article discusses the implementation of the FDTD method for solving the 2D wave equation and provides a comparison with other numerical methods.

R
realpython.com
article

Solving the 2D Wave Equation using Python and NumPy

In this tutorial, we will implement the Finite Difference Time Domain method to solve the 2D wave equation using Python and NumPy.

S
stanford.edu
official

Finite Difference Methods for Wave Equations

This course notes provide an introduction to finite difference methods for solving wave equations, including the FDTD method for 2D wave equations.

P
pypi.org
tool

2D Wave Equation Solver using FDTD Method

This Python package provides an implementation of the FDTD method for solving the 2D wave equation and can be installed using pip.

S
sciencedirect.com
research

Numerical Solution of Wave Equations using Finite Difference Methods

This article reviews various finite difference methods for solving wave equations, including the FDTD method for 2D wave equations.

Y
youtube.com
video

Python Implementation of 2D Wave Equation using FDTD Method

This video tutorial demonstrates how to implement the FDTD method to solve the 2D wave equation using Python and NumPy.

M
mit.edu
official

Finite Difference Time Domain Method for Wave Equations

This lecture notes provide an introduction to the FDTD method for solving wave equations, including the 2D wave equation, and discuss its implementation using Python and NumPy.