8 results · AI-generated index
N
numpy.org
article

Finite Difference Time Domain Method for 2D Wave Equation

The FDTD method is a numerical analysis technique used for solving partial differential equations, including the 2D wave equation. This article provides a Python implementation using NumPy.

G
github.io
tool

Numerical Solution of 2D Wave Equation using FDTD

A Python code repository providing a numerical solution to the 2D wave equation using the Finite Difference Time Domain method. Includes example use cases and visualizations.

M
mit.edu
research

FDTD Method for Solving the 2D Wave Equation

This research paper discusses the application of the FDTD method for solving the 2D wave equation, including numerical stability and accuracy analysis. Python code is provided in the appendix.

P
pypi.org
tool

2D Wave Equation Solver using FDTD Method

A Python package providing a simple and efficient solver for the 2D wave equation using the FDTD method. Includes installation instructions and example usage.

S
stanford.edu
article

Finite Difference Methods for Wave Equations

Lecture notes from a numerical analysis course covering finite difference methods, including the FDTD method, for solving wave equations. Includes Python code examples and exercises.

Y
youtube.com
video

Numerical Solution of Wave Equations using Python

A video tutorial series covering numerical methods for solving wave equations, including the FDTD method. Python code is provided in the video descriptions.

S
sciencedirect.com
research

FDTD Simulation of 2D Wave Propagation

A research article discussing the application of the FDTD method for simulating 2D wave propagation in various media. Includes numerical results and comparison with analytical solutions.

C
codes.io
tool

Python Implementation of FDTD Method for Wave Equations

An open-source Python code repository providing an implementation of the FDTD method for solving wave equations, including the 2D wave equation. Includes documentation and example use cases.