Finite-Difference Time-Domain Method for 2D Wave Equation
This article presents a Python implementation of the finite-difference time-domain (FDTD) method for solving the 2D wave equation, with applications in electromagnetics and acoustics.
This article presents a Python implementation of the finite-difference time-domain (FDTD) method for solving the 2D wave equation, with applications in electromagnetics and acoustics.
A Python code repository providing an implementation of the FDTD method for the 2D wave equation, including examples and documentation for users.
This research article discusses the numerical solution of the 2D wave equation using the FDTD method, with a focus on stability and accuracy, and includes a Python implementation.
An online course covering the basics of the FDTD method and its implementation in Python, including applications to the 2D wave equation.
This conference paper presents a Python-based FDTD simulation of 2D wave propagation, including a discussion of boundary conditions and numerical stability.
A Python package providing a solver for the 2D wave equation using the FDTD method, with documentation and example usage.
Lecture notes from a course on numerical methods for wave equations, including an introduction to the FDTD method and its implementation in Python for the 2D wave equation.
A preprint discussing the stability analysis of the FDTD method for the 2D wave equation, including numerical experiments and Python code.