https://github.com/fjargsto/abem
Raw File
Tip revision: 9fef8d0f84f8e1dd1f250b18c927cb749eeee6e6 authored by Frank Jargstorff on 04 July 2020, 17:35:56 UTC
Merge pull request #18 from fjargsto/cpp_matrix_computations
Tip revision: 9fef8d0
README.md
# Acoustic Boundary Element Method (abem)

AcousticBEM is a small library and example programs for solving the acoustic
Helmholtz equation using the Boundary Element Method. The library is a
re-implementation of the core components of Stephen Kirkup's ABEM Fortran
library and its example programs. 
The original Fortran code and the book "The Boundary Element Method in
Acoustics" are available on his website: 
<http://www.boundary-element-method.com/>.

back to top