BIE for Laplace#
Energy Spaces and Trace Spaces
Trace Operators
densities in \( H^{\frac12}\left( \Gamma\right) \) are weakly continous
densities in \( H^{-\frac12}\left( \Gamma\right) \) are not continous
Layer Potentials
Laplace Dirichlet BVP#
Let \(u\) denote the electrostatic potential that arises under given Dirichlet boundary condition inside a source-free domain \(\Omega \in \mathbb R^3\). Thus, \(u\) solves the interior boundary value problem
\( \left\{ \begin{array}{rcl l} \Delta u &=& 0\,, \quad & \Omega \subset \mathbb R^3\,, \\ \gamma_0 u &=& u_0\,, \quad & \Gamma = \partial \Omega\,. \end{array} \right. \) |
\(\quad\quad\quad\) |
From here we can choose an direct or an indirect ansatz.
1. Direct Method \(\quad u = \mathrm{SL}(u_1) - \mathrm{DL}(u_0)\)
2. Indirect Method \(\quad u = \mathrm{SL}(j) \)
Laplace Neumann BVP#
Let \(u\) denote the electrostatic potential that arises under given Neumann boundary condition inside a source-free domain \(\Omega \in \mathbb R^3\). Thus, \(u\) solves the boundary value problem
\( \left\{ \begin{array}{rcl l} \Delta u &=& 0\,, \quad & \Omega \subset \mathbb R^3\,, \\ \gamma_1 u &=& u_1\,, \quad & \Gamma = \partial \Omega\,. \end{array} \right. \) |
\(\quad\quad\quad\) |
From here we can choose an direct or an indirect ansatz.
1. Direct Method \(\quad u = \mathrm{SL}(u_1) - \mathrm{DL}(u_0)\)
2. Indirect method \(\quad u = \mathrm{DL}(m)\)
NG-BEM Operators#
The discretiszation of the boundary integral equations leads to the following layer potential operators:
trial space |
test space |
|
---|---|---|
single layer potential operator |
\(H^{-\frac12}(\Gamma)\) |
\(H^{-\frac12}(\Gamma)\) |
double layer potential operator |
\(H^{\frac12}(\Gamma)\) |
\(H^{-\frac12}(\Gamma)\) |
hypersingular operator |
\(H^{\frac12}(\Gamma)\) |
\(H^{\frac12}(\Gamma)\) |
adjoint double layer potential operator |
\(H^{-\frac12}(\Gamma)\) |
\(H^{\frac12}(\Gamma)\) |
NG-BEM implements the layper potential operators based on conforming finite element spaces.
The finite element spaces are either natural traces of energy spaces:
The trace space \(H^{\frac12}(\Gamma)\) is naturally given by \(\gamma_0\)
H1
.The trace space \(H^{-\frac12}(\Gamma)\) which is explicitely implemented as finite element (FE) space
SurfaceL2
.
Python interface |
symbol |
FE trial space |
FE test space |
---|---|---|---|
|
\(\mathrm V \) |
|
|
|
\(\mathrm K \) |
\(\gamma_0\) |
|
|
\(\mathrm D\) |
\(\gamma_0\) |
\(\gamma_0\) |
|
\(\mathrm K'\) |
|
\(\gamma_0\) |