NANAMar 1, 2019

Nonsymmetric Algebraic Multigrid Based on Local Approximate Ideal Restriction (lAIR)

arXiv:1708.0606564 citationsh-index: 44
AI Analysis

This work addresses the need for scalable parallel solvers for nonsymmetric linear systems arising from advection-dominated problems, offering a method that avoids communication-heavy techniques like line-relaxation and K- or W-cycles.

This paper introduces lAIR, a new algebraic multigrid method for nonsymmetric matrices, based on local approximate ideal restriction and F-relaxation. The method demonstrates robust convergence for various discretizations of the advection-diffusion-reaction equation, including purely advective to purely diffusive cases, and is particularly effective on upwind discontinuous Galerkin discretizations.

Algebraic multigrid (AMG) solvers and preconditioners are some of the fastest numerical methods to solve linear systems, particularly in a parallel environment, scaling to hundreds of thousands of cores. Most AMG methods and theory assume a symmetric positive definite operator. This paper presents a new variation on classical AMG for nonsymmetric matrices (denoted lAIR), based on a local approximation to the ideal restriction operator, coupled with F-relaxation. A new block decomposition of the AMG error-propagation operator is used for a spectral analysis of convergence, and the efficacy of the algorithm is demonstrated on systems arising from the discrete form of the advection-diffusion-reaction equation. lAIR is shown to be a robust solver for various discretizations of the advection-diffusion-reaction equation, including time-dependent and steady-state, from purely advective to purely diffusive. Convergence is robust for discretizations on unstructured meshes and using higher-order finite elements, and is particularly effective on upwind discontinuous Galerkin discretizations. Although the implementation used here is not parallel, each part of the algorithm is highly parallelizable, avoiding common multigrid adjustments for strong advection such as line-relaxation and K- or W-cycles that can be effective in serial, but suffer from high communication costs in parallel, limiting their scalability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes