8 results · AI-generated index
H
hindawi.com
article

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

This article presents a numerical solution of the 2D wave equation using the finite difference time domain (FDTD) method, implemented in Python using the NumPy library.

G
github.io
tool

Finite Difference Time Domain (FDTD) Method for 2D Wave Equation

Implementation of the FDTD method for solving the 2D wave equation, including a Python code example using NumPy and Matplotlib for visualization.

S
stanford.edu
research

Solving the 2D Wave Equation using Finite Difference Methods

Lecture notes on solving the 2D wave equation using finite difference methods, including the FDTD method, with examples and implementation in Python using NumPy.

P
pypi.org
tool

2D Wave Equation Solver using Finite Difference Time Domain Method

A Python package for solving the 2D wave equation using the FDTD method, built on top of NumPy and SciPy, with example usage and documentation.

M
mit.edu
research

Finite Difference Methods for Solving Partial Differential Equations

Course materials on finite difference methods for solving partial differential equations, including the 2D wave equation, with examples and implementation in Python using NumPy.

S
stackoverflow.com
article

NumPy Implementation of 2D Wave Equation FDTD

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

N
numpy.org
official

Solving 2D Wave Equations with Finite Differences

Official NumPy documentation on solving 2D wave equations using finite differences, including example code and explanations of the FDTD method.

I
ieee.org
research

Finite Difference Time Domain Method for 2D Wave Propagation

A research paper on the application of the FDTD method for 2D wave propagation, including a numerical implementation using NumPy and comparison with analytical solutions.