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

Numerical Solution of 2D Wave Equation using FDTD Method with NumPy

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

R
researchgate.net
research

Finite Difference Time Domain Method for 2D Wave Equation

This article presents a numerical solution of the 2D wave equation using the FDTD method and its implementation in Python using NumPy and Matplotlib.

R
realpython.com
article

Solving the 2D Wave Equation with FDTD using NumPy

In this tutorial, we will learn how to solve the 2D wave equation using the FDTD method with NumPy and visualize the results using Matplotlib.

A
acm.org
research

FDTD Simulation of 2D Wave Propagation

This paper presents an FDTD simulation of 2D wave propagation and its implementation in Python using NumPy, with applications in physics and engineering.

S
stackoverflow.com
article

NumPy Implementation of 2D Wave Equation with FDTD

This question provides a Python implementation of the 2D wave equation using the FDTD method with NumPy and asks for optimization suggestions.

P
pypi.org
tool

2D Wave Equation Solver using FDTD Method

This Python package provides a solver for the 2D wave equation using the FDTD method and is implemented using NumPy and SciPy.

M
mit.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, and its implementation in Python using NumPy.

Y
youtube.com
video

FDTD Method for 2D Wave Equation with NumPy and Visualization

This video tutorial demonstrates how to solve the 2D wave equation using the FDTD method with NumPy and visualize the results using Matplotlib.