8 results · AI-generated index
I
ieee.org
article

Finite-Difference Time-Domain Method for Wave Equation Simulation

This article presents a Python implementation of the finite-difference time-domain (FDTD) method for simulating wave equations, including code examples and applications.

G
github.io
tool

Python FDTD Simulation of Electromagnetic Waves

An open-source Python code for simulating electromagnetic waves using the FDTD method, including 1D, 2D, and 3D examples and visualization tools.

C
coursera.org
video

Numerical Solution of Wave Equations using Python

This online course covers the numerical solution of wave equations using Python, including the FDTD method, with video lectures, quizzes, and programming assignments.

A
acoustics.org
research

FDTD Simulation of Acoustic Waves in Python

A research paper presenting a Python implementation of the FDTD method for simulating acoustic waves, including code examples and validation with experimental results.

S
stackoverflow.com
article

Python Code for Simulating Wave Equations using FDTD

A Q&A forum discussion on implementing the FDTD method in Python for simulating wave equations, including example code and advice from experienced programmers.

S
scipy.org
official

Wave Equation Simulation using Python and NumPy

A tutorial on simulating wave equations using Python and the NumPy library, including code examples and explanations of the underlying numerical methods.

S
scholar.google.com
research

FDTD Simulation of Water Waves using Python

A scholarly article presenting a Python implementation of the FDTD method for simulating water waves, including code examples and applications in coastal engineering.

P
pypi.org
tool

Python FDTD Wave Equation Solver

A Python package for solving wave equations using the FDTD method, including installation instructions, documentation, and example code.