BoundaryElementVerfahren
Boundary Element Method (BEM) is a numerical computational method used to solve linear partial differential equations. It is particularly effective for problems involving infinite or semi-infinite domains, where traditional domain-based methods like the Finite Element Method (FEM) would require extensive discretization of the unbounded region. The core idea of BEM is to transform the governing differential equation into an integral equation defined only over the boundaries of the domain. This significantly reduces the dimensionality of the problem. For a 3D problem, BEM reduces it to a 2D boundary problem, and for a 2D problem, it reduces it to a 1D boundary problem.
The process typically involves discretizing the boundary into a series of elements, similar to how FEM discretizes
BEM finds applications in various fields, including acoustics, elasticity, fluid dynamics, and electromagnetics. It is well-suited