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 to solve partial differential equations, including the 2D wave equation. This article provides a Python implementation using NumPy.

G
github.io
tool

Solving the 2D Wave Equation using FDTD in Python

This GitHub repository provides a Python code for solving the 2D wave equation using the FDTD method. The code is well-documented and includes examples.

S
stanford.edu
research

Finite Difference Methods for the Wave Equation

This lecture note from Stanford University discusses the finite difference method for solving the wave equation, including the FDTD method. It provides a detailed mathematical derivation and implementation in Python.

Y
youtube.com
video

FDTD Simulation of 2D Wave Propagation

This video demonstrates how to simulate 2D wave propagation using the FDTD method in Python. It provides a step-by-step guide and visualization of the wave propagation.

R
researchgate.net
research

Python Implementation of FDTD for 2D Wave Equation

This research paper presents a Python implementation of the FDTD method for solving the 2D wave equation. It discusses the numerical stability and accuracy of the method.

S
sciencedirect.com
article

FDTD Method for 2D Wave Equation with Absorbing Boundaries

This article discusses the implementation of absorbing boundaries in the FDTD method for solving the 2D wave equation. It provides a Python code snippet for the implementation.

P
pypi.org
tool

2D Wave Equation Solver using FDTD

This Python package provides a solver for the 2D wave equation using the FDTD method. It can be installed using pip and provides a simple interface for solving the equation.

N
ncsu.edu
official

Numerical Solution of the 2D Wave Equation using FDTD

This course note from North Carolina State University discusses the numerical solution of the 2D wave equation using the FDTD method. It provides a detailed explanation of the method and its implementation in Python.