Two-Level Neumann–Neumann Preconditioner
- The paper introduces a two-level Neumann–Neumann preconditioner that leverages local Neumann solves and adaptive spectral enrichment to ensure robust convergence for high-contrast elliptic and Maxwell problems.
- It employs overlapping Schwarz methods with localized Neumann-type boundary conditions and a global coarse correction to efficiently reduce errors across subdomains.
- Adaptive coarse spaces, constructed via localized eigenvalue problems on interfaces, yield contrast-independent performance and balance computational cost with convergence speed.
The two-level Neumann–Neumann preconditioner is a scalable iterative preconditioning framework for large, sparse linear systems arising from conforming finite element discretizations of elliptic and Maxwell-type PDEs. It extends classical Schwarz domain decomposition methods by incorporating both local solves on overlapping subdomains with homogeneous Neumann-type boundary conditions and a global coarse space for low-frequency error correction. Adaptive coarse spaces, constructed via local generalized eigenvalue problems on interfaces, are critical for contrast-independent and robust performance, especially in the presence of variable coefficients and non-convex domains. The approach enables fully algebraic construction, making it suitable for problems where geometric or coefficient information is only available through assembled system matrices (Bootland et al., 2020, Heinlein et al., 2022).
1. Formulation of the Model Problem
Consider a domain (typically ) discretized by conforming finite elements, such as lowest-order Nédélec edge elements for Maxwell systems or Lagrange P1/Q1 for scalar elliptic equations. The variational problem for the positive Maxwell system is to find such that
This leads to a symmetric positive-definite (SPD) system with where incorporates the relevant bilinear forms and are basis functions of the finite element space .
For scalar elliptic problems, the standard form involves , potentially with highly heterogeneous and high-contrast coefficients (Heinlein et al., 2022).
2. Subdomain Decomposition and Local Neumann Problems
The global domain is partitioned into overlapping subdomains , each with diameter and overlap width . Degrees of freedom (DoFs) are restricted to each subdomain via Boolean restriction operators , with the natural zero-extension. Local finite element spaces and inner products induced by restricted stiffness matrices are defined.
On each , local problems enforce Neumann-type boundary conditions:
- For Maxwell: on , on .
- For scalar: standard homogeneous Neumann or Dirichlet conditions as appropriate.
Local solvers appear in the preconditioner as .
3. Construction of the Two-level Coarse Space
The coarse space is constructed to ensure robust and scalable convergence. Its structure includes:
a) Near-kernel Space (Gradient Components)
Fields of the form with span the null-space of for Maxwell; in discretization, gradients of P1 scalar FE functions form the basis , assembled into .
b) Adaptive Spectral Enrichment
Key enrichment is achieved by solving generalized eigenvalue problems (EVPs) on subdomain interfaces:
- For Maxwell (Bootland et al., 2020): Find supported on such that
for all supported on . Eigenvectors with (threshold) are selected, extended discretely into (Neumann extension), and assembled into .
- For scalar elliptic (Heinlein et al., 2022): Two algebraic EVPs are used per decomposition edge :
- Dirichlet EVP (AGDSW-type): Modes identified via where .
- Transfer EVP (Multiscale/Optimal Local Approximation): Harmonic extension-based operators yield with based on minimum coefficients and mesh geometry.
The full coarse space is , with dimension .
4. Definition and Application of the Two-level Preconditioner
The two-level Neumann–Neumann (overlapping Schwarz) preconditioner is defined as:
where , and the prolongation . For a residual , application involves:
- Coarse correction: Solve
- Local corrections: For each ,
- Update:
During Krylov iteration (CG, GMRES), these steps are performed at each stage, with the coarse space enabling global low-frequency error reduction (Bootland et al., 2020, Heinlein et al., 2022).
5. Spectral Estimates and Condition Number Bounds
Convergence analysis relies on stable decomposition and strengthened Cauchy–Schwarz arguments. For appropriate choices of overlap and coarse mode threshold , there exist independent of mesh size and number of subdomains so that:
leading to condition number bound:
provided . The bound is uniform with respect to coefficient jumps and subdomain irregularity if local interface EVPs use local coefficients. For highly heterogeneous elliptic problems, coarse spaces constructed from adaptive eigenvalue problems give contrast-independent bounds (Heinlein et al., 2022).
6. Algorithmic Procedure for Implementation
Algorithmic realization is fully algebraic, requiring only the global assembled matrix :
- Partition into subdomain index sets (e.g., METIS), extract local matrices .
- Identify interface nodes, split into edges and vertices .
- Build classical GDSW vertex and constant-edge spaces.
- For each edge:
- Define oversampling regions, extract local matrices,
- Solve Dirichlet and transfer EVPs, select modes,
- Extend interface patterns interior via harmonic extension.
- Orthogonalize per edge via small POD to remove near dependencies.
- Assemble coarse prolongation , restriction , and coarse matrix .
- In Krylov solves, apply by coarse solve, local solves, and update (Heinlein et al., 2022).
All manipulations (block extraction, extension, eigenmode computation) are executed via index-set and sparse-matrix operations, making geometric or mesh knowledge unnecessary.
7. Remarks on Effectiveness and Flexibility
The near-kernel gradient space is essential for representing the null-space (e.g., for Maxwell, when ), and for bounding the condition number. Adaptive spectral enrichment via provides robustness to coefficient jumps and irregular subdomain shapes. The overall computational cost balances coarse-solve size against overlap and desired convergence. Coarse-space enrichment thresholds (, , ) control the trade-off between cost and robustness. This preconditioner is applicable to a wide range of problems, including those with high-contrast or oscillatory coefficients, and in scenarios where mesh or material information is limited to matrix data (Bootland et al., 2020, Heinlein et al., 2022).