But what, exactly, is AMG? In fact, it describes a family of algorithms, related only by the fact that they use the algebraic properties of the operator matrix (or, more recently, of the elemental stiffness matrices) to select a smaller system of equations, or coarse "grid," that is used in a two-grid solution cycle. Recursion brings multigrid.
How the sets of coarse equations is selected, and how the transfer operators and coarse version of the original operator are selected gives an AMG method its particular identity.
In this talk we give an overview of AMG methods, describing the fundamental choices that must be made to build an algorithm, and describing some of the methods that are used to make these choices. The details of the classic AMG algorithm of Ruge and Stuben [1] are described, and contrasted with other approaches.
Details of the implementations of AMG are described to provide a foundation for later speakers.