8 results ·
AI-generated index
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.
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.
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.
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.
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.
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.
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.