FEM solver for 2D Helmholtz equation

P1 fully vectorized FEM solver for the homogeneous 2D Helmholtz equation on arbitrary geometries.
298 téléchargements
Mise à jour 10 mai 2021

Afficher la licence

This solver assembles and solves the FEM for the 2D scalar Helmholtz equation, using P1 triangular elements. The assembly is fully vectorized for efficiency.
For tutoring, the script of a "pedagogic" naive assembly is also provided in comments.
The resolution is performed using the Matlab \ operator (here leads to LU factorization).
Five different geometries are provided using built-in Matlab tools, but the solver is also compatible with arbitrary geometries. In particular, external mesh files (for instance from GMSH) can be used, while satisfying the PET format.

Citation pour cette source

david gasperini (2024). FEM solver for 2D Helmholtz equation (https://www.mathworks.com/matlabcentral/fileexchange/91695-fem-solver-for-2d-helmholtz-equation), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2019b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.2

Corrected a function name

1.0.1

- Minor typo
- Product rule improved

1.0.0