Consistent Splitting in p-Multigrid DG
- Consistent splitting schemes are rigorously designed multilevel algorithms that ensure error reduction and uniform convergence in p-multigrid DG methods.
- They employ norm-preserving inter-level transfers, Chebyshev smoothers, and coarse-grid corrections to maintain optimal solver performance across mesh sizes and polynomial degrees.
- Numerical experiments confirm that non-inherited splitting reduces the smoothing cost to O(p) while delivering robust preconditioning for elliptic and interface problems.
A consistent splitting scheme is a rigorously designed multilevel algorithm in which the inter-level transfer operators, smoothing procedures, and coarse-level corrections are constructed to ensure that error reduction and convergence estimates do not deteriorate with respect to discretization parameters such as mesh size or polynomial degree. In the context of high-order discontinuous Galerkin (DG) discretizations—most notably for elliptic problems—such schemes are crucial to achieve optimal solver performance, especially in the -version and -version of DG methods. The archetypal example is the -multigrid W-cycle algorithm for symmetric interior penalty DG (SIPDG) discretizations, where consistent splitting refers both to the selection of the discrete hierarchy (with inherited or non-inherited bilinear forms) and the design of transfer and smoothing operators that preserve uniform convergence rates and minimize inter-level pollution.
1. Mathematical Formulation of Consistent Splitting in -Multigrid DG Methods
In high-order SIPDG discretizations, the consistent splitting scheme operates on a nested hierarchy of broken polynomial spaces. On a Cartesian mesh of size , each element employs tensor-product Legendre bases generated from reference-cube polynomials , giving local spaces up to degree . The global broken space is .
The SIPDG bilinear form for is
with a penalty parameter for optimal coercivity. The mesh-dependent norm is
The multigrid architecture is based on the nested spaces and associated operators:
- Prolongation : natural injection ,
- Restriction : -adjoint of prolongation, i.e., .
This structure underpins the consistent splitting: coarse-grid corrections and error components are exactly decomposed with respect to the nested bases, and transfer operators are norm-preserving.
2. -Multigrid W-Cycle Algorithm and Smoother Consistency
The core consistent splitting scheme in this context is the -multigrid W-cycle. At each level , the algorithm proceeds as follows:
- Pre-smoothing: Apply steps of a Chebyshev polynomial smoother , constructed as a degree- stability-optimized polynomial , where is the stiffness matrix and its diagonal.
- Coarse correction: Compute the coarse-level residual , recursively apply two W-cycles at level , and prolongate the correction.
- Post-smoothing: Apply additional steps with .
The Chebyshev smoother is critical for consistency; the polynomial satisfies: with scaling parameter . Its cost is one sparse matrix-vector product per smoothing step plus operations.
If the level- operators are assembled anew at each level (non-inherited), then the splitting is fully consistent in both algebraic and functional terms.
3. Convergence Theory and Effect of Splitting Consistency
Rigorous convergence analysis leverages the precise action of the splitting. For the two-level error propagation operator , the approximation and smoothing estimates yield
implying that choosing ensures contraction uniformly in and (Lei et al., 17 Sep 2025). The -cycle generalizes this result recursively: thus is sufficient for convergence independent of the discretization.
The distinction between non-inherited and inherited forms is essential:
- Non-inherited splitting: Each assembled at its own level; the smoothing cost required for uniform convergence is —a major reduction over previous results. This usage ensures full consistency in the splitting, and theoretical error reduction reflects the fine-level spectral properties uniformly at all levels.
- Inherited splitting: Operators are defined via restriction, leading to an approximation error and smoothing constants , requiring . Thus, inconsistencies in the splitting (in the mapping of stiffness forms between levels) degrade convergence efficiency.
4. Numerical Verification and Practical Implications
Extensive numerical experiments confirm the theoretical predictions:
- In 1D, with mesh-size and polynomial degree varied, using smoothing steps yields a convergence rate independent of .
- In 1D–3D Poisson and interface problems, W-cycle contraction numbers –0.8 hold across uniform and non-inherited hierarchies. Operator complexity remains in and grows only mildly in .
- Applying the -multigrid W-cycle as a preconditioner to GMRES reduces iteration counts from (no preconditioning) to independent of and .
In cases of unfitted finite element meshes (geometries generated by a “big-element-condition” merging for smooth interfaces), the p-multigrid-preconditioned solvers are robust—iteration counts for 3D elliptic interface problems remain stable regardless of or mesh refinement.
| Hierarchy Type | Required Smoothing Steps | Uniform Convergence in ? |
|---|---|---|
| Non-inherited | Yes | |
| Inherited | Not always |
5. Extensions, Limitations, and Recommended Practice
The consistent splitting paradigm generalizes to other high-order DG discretizations and application domains. Key recommendations include:
- When possible, use non-inherited operators at each -level to guarantee optimality and minimal smoothing cost.
- Choose penalty parameter with in the range 5–10 for stability and coercivity.
- For inherited forms, be prepared for increased smoothing expenditure (as grows), unless problem-specific deflation or coarse correction mechanisms are included to compensate for the loss in splitting consistency.
- For unfitted or cut-cell meshes, combine p-multigrid preconditioning with mesh merging/aggregation to prevent small-cell-induced ill-conditioning.
In summary, a consistent splitting scheme—precisely constructed inter-level transfer, smoothing, and correction operators—is the foundation of scalable, uniformly convergent multigrid solvers for -version SIPDG discretizations. Theoretical analysis and numerical evidence in (Lei et al., 17 Sep 2025) show that such schemes enable cost scaling and independence from mesh-size, thereby making high-order DG methods competitive and robust for elliptic and interface problems.