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

Finite Difference Time Domain Method for 2D Wave Equation

The FDTD method is a numerical analysis technique used for solving partial differential equations. Here's an example of how to implement it in NumPy for the 2D wave equation.

G
github.io
tool

2D Wave Equation using FDTD Method with NumPy

This GitHub repository provides a Python implementation of the FDTD method for solving the 2D wave equation using NumPy. It includes example code and visualizations.

S
sciencedirect.com
research

Numerical Solution of the 2D Wave Equation using FDTD

This article presents a numerical solution of the 2D wave equation using the FDTD method. It discusses the implementation details and provides a comparison with analytical solutions.

A
arxiv.org
research

FDTD Method for 2D Wave Equation with Absorbing Boundaries

This preprint discusses the implementation of absorbing boundaries in the FDTD method for solving the 2D wave equation. It provides a detailed analysis of the numerical results.

S
stackoverflow.com
tool

Python Code for 2D Wave Equation using FDTD Method

This Stack Overflow question provides an example of Python code using the FDTD method to solve the 2D wave equation. It includes explanations and discussions from the community.

M
mit.edu
article

Finite Difference Methods for Wave Equations

This course notes from MIT discuss finite difference methods for solving wave equations, including the FDTD method. It provides a detailed introduction to the topic.

C
coursera.org
video

Numerical Methods for Solving Wave Equations

This online course covers numerical methods for solving wave equations, including the FDTD method. It provides video lectures and assignments.

I
ieee.org
article

FDTD Simulation of 2D Wave Propagation

This IEEE article presents a simulation of 2D wave propagation using the FDTD method. It discusses the implementation details and provides a comparison with experimental results.