Convergence rates of curved boundary elements

August 9, 2026

Welcome to the first episode of my Retreat in Lozère series: a few short posts written during a 10-day retreat in a quiet chalet where I spent many of my childhood holidays. I came here to work on my ERC Starting Grant and go trail running every day.

My ERC project will be about hybrid scientific machine learning for forward and inverse scattering. Working on the proposal, I have been going again through some of my recent work on boundary integral equations.

Curved boundary elements

Boundary element methods are useful when solving the Laplace or Helmholtz equation. Instead of solving the equation in the whole domain, one rewrites the problem as an integral equation on the boundary. This is very useful for scattering problems, where the domain outside the obstacle is unbounded.

In practice, the boundary is discretized by a mesh. If the obstacle is smooth, we wish to use curved elements to better approximate the geometry. This raises the following question: how fast does the method converge when the mesh size \(h\) goes to zero?

Two sources of error

There are two main sources of numerical error. First, the unknown density on the boundary is approximated by polynomials of degree \(m\geq0\). Second, the geometry is approximated by curved elements of order \(\ell\geq1\).

The point of the paper is to understand how these two choices interact. If the geometry is too rough, the geometric error dominates. If the polynomial space is too small, the approximation error dominates. One should choose \(m\) and \(\ell\) in a balanced way.

Main result

In the paper, we prove improved convergence rates for curved boundary elements for the 3D Laplace/Helmholtz Dirichlet problems.

For the single-layer formulation, the pointwise error away from the boundary behaves like $$ |u(x)-u_h(x)| \leq c_x\left(h^{2m+3}+h^{\ell+1}\right). $$

For the double-layer formulation and for the combined-field integral equation, the rate is $$ |u(x)-u_h(x)| \leq c_x\left(h^{2m+2}+h^\ell\right). $$ When using an interpolated normal instead of the element normal, the geometric part improves to \(h^{\ell+1}\).

Numerical experiments

We also tested the rates numerically, using curved triangular elements up to order four. We considered both a sphere and a more complicated bean-shaped object.

The experiments confirmed the theoretical rates. They also showed an interesting superconvergence effect: for even values of \(\ell\), namely \(\ell=2\) and \(\ell=4\), the geometric error often behaved like \(h^{\ell+2}\). This happened not only for the sphere, but also for the bean-shaped geometry, so it does not seem to be only due to symmetry.

Check out our paper!


Blog posts about boundary element methods