Adaptive Boundary Element Procedure
- Adaptive boundary element procedure is a numerical method that refines the discretization mesh using error indicators to efficiently target singularities and discontinuities.
- It employs a SOLVE–ESTIMATE–MARK–REFINE loop, integrating Galerkin solutions, residual estimators, and Dörfler marking to ensure quasi-optimal convergence rates.
- The approach avoids the saturation assumption by using localized inverse-type inequalities and computable a posteriori error estimators to achieve reliable error control.
An adaptive boundary element procedure is a computational methodology for solving boundary integral equations (BIEs) with rigorously controlled error and computational complexity. Rooted in the framework of the boundary element method (BEM), adaptivity aims to refine the discretization mesh and/or function space selectively, concentrating computational resources in regions where error indicators predict inefficient approximation—typically near geometric singularities, material interfaces, or solution features such as layers or discontinuities. Adaptive strategies for BEM have been formulated for a wide variety of underlying operators, including positive, zero, and negative order (e.g., the Laplace single-layer, double-layer, hypersingular, and combined-field operators), and have been rigorously shown to guarantee quasi-optimal convergence rates without requirement for saturation assumptions. The procedure is algorithmically realized through a nested loop consisting of Galerkin solution, residual-type error estimation, Dörfler marking, and localized mesh/subspace refinement, underpinned by a posteriori error analyses and localized inverse-type inequalities.
1. Abstract Boundary Element Setting and Discretization
The general setting considers BIEs of the form
where is a linear homeomorphism (self-adjoint and coercive), is a polyhedral (possibly open) surface in , , , . The coercivity and boundedness are characterized by constants : The Galerkin discretization is based on a conforming, shape-regular triangulation of , with piecewise polynomial finite element spaces (piecewise constants for or continuous linear for ) and seeks such that
Galerkin orthogonality and best approximation follow, and the energy norm is equivalent to the Sobolev norm.
2. Adaptive Algorithm: The SOLVE–ESTIMATE–MARK–REFINE Loop
The adaptive BEM is structured around the iterative loop:
- SOLVE: Compute the Galerkin solution on the current mesh .
- ESTIMATE: Compute local error indicators , constructed from the (possibly oscillation-enriched) residual, and compute the global error estimator .
- MARK: Select a minimal subset such that
for (Dörfler marking).
- REFINE: Refine marked elements and minimally complete to conformity (e.g., newest-vertex bisection in 2D/3D), ensuring that the global mesh regularity (K-mesh property) is maintained and the complexity bound
is satisfied.
This loop generates a sequence of nested, admissible triangulations, with the estimator driving local resolution of singularities and error concentrations.
3. A Posteriori Error Estimation and Oscillation
Central to adaptivity is the construction of robust a posteriori error estimators. A unified estimator formula is
with the residual ; ; exponent chosen according to operator order . Local contributions are . For improved estimator sharpness and localization, an oscillation term,
is added, quantifying the portion of the residual unresolved by local polynomial approximation. Estimator reliability (upper bound) and efficiency (lower bound, up to oscillation) are established:
for constants , independent of mesh or solution.
4. Localized Discrete Bounds and Inverse-Type Inequalities
A critical ingredient is a set of localized, discrete reliability and efficiency estimates that bypass the need for saturation assumptions, essential for optimal adaptivity proofs. For any mesh refinement and the set of refined elements ,
These bounds hinge on proving a key inverse-type inequality for boundary operators , namely
for and below the order-regularity threshold. This result is pivotal for localizing error reduction and estimator contraction under refinement.
5. Quasi-Optimal Convergence Rates and Approximation Classes
The adaptive boundary element method achieves geometric error reduction and quasi-optimal algebraic convergence dictated by the best-approximation class,
with total error . The main convergence theorem states: For any , the adaptive algorithm (for ): This establishes that the adaptive method recovers the optimal algebraic rate for as a function of degrees of freedom, matching the nonlinear approximation class. This result is achieved under shape regularity, local mesh grading control (K-mesh property), and without invoking any saturation assumption on the Galerkin error.
6. Avoidance of the Saturation Assumption
Classical convergence proofs for adaptive BEM and FEM often hinged on the uncomputable "saturation assumption": The methodology established by Gantumur replaces this with fully computable, localized error/estimator bounds as outlined above. Relying solely on residuals, local oscillations, and elementary mesh data, the analysis mirrors the robust adaptive FEM theory of Dörfler and Morin–Nochetto–Siebert, but extended to the singularly nonlocal setting of BEM.
7. Implementation and Practical Aspects
Algorithmic realization of adaptive BEM with convergence rates involves:
- Conforming and shape-regular mesh management supporting local bisection and refinement, with data structures for both elements and mesh hierarchy.
- Rigorous computation of local error indicators through -seminorms, which may require higher-order quadrature, local projection, or difference quotients depending on operator order .
- Oscillation terms, built by polynomial approximation of the local residual, ensure estimator robustness even in the presence of irregular data.
- Marking and refinement routines adhering to Dörfler criteria and minimal closure/completion to maintain conformity.
- Complexity, in the number of degrees of freedom per iteration, scales at most linearly with the number of marks.
Modern implementations leverage efficient storage (e.g., H-matrices for full matrices), localized quadrature, and parallelization at the solve and estimate stages. These methods have been validated for a broad class of boundary integral operators, and cover singularly-perturbed, transmission, and elasticity problems, thus forming a foundational paradigm for high-fidelity, adaptive solution of BIEs in computational and applied mathematics (Gantumur, 2011).