Finite-Difference Time-Domain Method in Python
Implementation of the FDTD method in Python for simulating electromagnetic waves. Includes examples and documentation.
Implementation of the FDTD method in Python for simulating electromagnetic waves. Includes examples and documentation.
Research paper on using Python for FDTD simulations, including implementation details and results.
Article published in the IEEE Journal on Multiscale and Multiphysics Computational Techniques, detailing a Python implementation of the FDTD method.
Open-source Python code for the FDTD method, including a simple 1D implementation and a more complex 3D implementation.
Wikipedia article explaining the FDTD method, including its mathematical formulation and applications.
Q&A thread on Stack Overflow discussing the implementation of the FDTD method in Python using NumPy.
Python package for solving the FDTD method, available for installation via pip.
Online course on Coursera covering the basics of FDTD simulations in Python, including implementation and visualization.