# Nonsymmetric Reduction-based Algebraic Multigrid

**Authors:** Thomas A. Manteuffel, Steffen Munzenmaier, John Ruge, and Ben S., Southworth

arXiv: 1704.05001 · 2019-09-10

## TL;DR

This paper introduces a new nonsymmetric reduction-based algebraic multigrid method, nAIR, which effectively solves hyperbolic PDE discretizations with high connectivity and unstructured meshes, outperforming existing AMG techniques.

## Contribution

It develops a convergence framework for nonsymmetric AMG and proposes nAIR, a fast, scalable reduction-based solver tailored for hyperbolic PDE discretizations with triangular structure.

## Key findings

- nAIR achieves significant speedups in setup times for high connectivity problems.
- nAIR effectively solves steady state transport problems on unstructured meshes.
- nAIR outperforms existing AMG methods on several classes of nearly triangular matrices.

## Abstract

Algebraic multigrid (AMG) is often an effective solver for symmetric positive definite (SPD) linear systems resulting from the discretization of general elliptic PDEs, or the spatial discretization of parabolic PDEs. However, convergence theory and most variations of AMG rely on $A$ being SPD. Hyperbolic PDEs, which arise often in large-scale scientific simulations, remain a challenge for AMG, as well as other fast linear solvers, in part because the resulting linear systems are often highly nonsymmetric. Here, a novel convergence framework is developed for nonsymmetric, reduction-based AMG, and sufficient conditions derived for $\ell^2$-convergence of error and residual. In particular, classical multigrid approximation properties are connected with reduction-based measures to develop a robust framework for nonsymmetric, reduction-based AMG.   Matrices with block-triangular structure are then recognized as being amenable to reduction-type algorithms, and a reduction-based AMG method is developed for upwind discretizations of hyperbolic PDEs, based on the concept of a Neumann approximation to ideal restriction ($n$AIR). $n$AIR can be seen as a variation of local AIR ($\ell$AIR) introduced in previous work, specifically targeting matrices with triangular structure. Although less versatile than $\ell$AIR, setup times for $n$AIR can be substantially faster for problems with high connectivity. $n$AIR is shown to be an effective and scalable solver of steady state transport for discontinuous, upwind discretizations, with unstructured meshes, and up to 6th-order finite elements, offering a significant improvement over existing AMG methods. $n$AIR is also shown to be effective on several classes of `nearly triangular' matrices, resulting from curvilinear finite elements and artificial diffusion.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.05001/full.md

## Figures

33 figures with captions in the complete paper: https://tomesphere.com/paper/1704.05001/full.md

## References

64 references — full list in the complete paper: https://tomesphere.com/paper/1704.05001/full.md

---
Source: https://tomesphere.com/paper/1704.05001