Expand description
2D FDTD waveguide mesh for plates and membranes 2D plate/membrane model — waveguide mesh with FDTD.
Solves the 2D wave equation ∂²z/∂t² = c²(∂²z/∂x² + ∂²z/∂y²) using finite-difference time-domain (FDTD) on a rectangular grid. Single-sample excitation at a configurable position; output is read at the same position.
Structs§
- Plate
Model - 2D plate model using FDTD waveguide mesh.
- Plate
Params - Parameters for a 2D plate/membrane model.