|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
|
|
|
|
<!--Converted with LaTeX2HTML 2017.2 (Released Jan 23, 2017) -->
|
|
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
|
|
<TITLE>Multigrid Background</TITLE>
|
|
|
|
<META NAME="description" CONTENT="Multigrid Background">
|
|
|
|
<META NAME="keywords" CONTENT="userhtml">
|
|
|
|
<META NAME="resource-type" CONTENT="document">
|
|
|
|
<META NAME="distribution" CONTENT="global">
|
|
|
|
|
|
|
|
<META NAME="Generator" CONTENT="LaTeX2HTML v2017.2">
|
|
|
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|
|
|
|
|
|
|
<LINK REL="STYLESHEET" HREF="userhtml.css">
|
|
|
|
|
|
|
|
<LINK REL="next" HREF="node16.html">
|
|
|
|
<LINK REL="previous" HREF="node6.html">
|
|
|
|
<LINK REL="up" HREF="userhtml.html">
|
|
|
|
<LINK REL="next" HREF="node13.html">
|
|
|
|
</HEAD>
|
|
|
|
|
|
|
|
<BODY >
|
|
|
|
|
|
|
|
<DIV CLASS="navigation"><!--Navigation Panel-->
|
|
|
|
<A NAME="tex2html234"
|
|
|
|
HREF="node13.html">
|
|
|
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
|
|
|
<A NAME="tex2html230"
|
|
|
|
HREF="userhtml.html">
|
|
|
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
|
|
|
<A NAME="tex2html224"
|
|
|
|
HREF="node11.html">
|
|
|
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
|
|
|
<A NAME="tex2html232"
|
|
|
|
HREF="node2.html">
|
|
|
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
|
|
|
<BR>
|
|
|
|
<B> Next:</B> <A NAME="tex2html235"
|
|
|
|
HREF="node13.html">AMG preconditioners</A>
|
|
|
|
<B> Up:</B> <A NAME="tex2html231"
|
|
|
|
HREF="userhtml.html">userhtml</A>
|
|
|
|
<B> Previous:</B> <A NAME="tex2html225"
|
|
|
|
HREF="node11.html">Example and test programs</A>
|
|
|
|
<B> <A NAME="tex2html233"
|
|
|
|
HREF="node2.html">Contents</A></B>
|
|
|
|
<BR>
|
|
|
|
<BR></DIV>
|
|
|
|
<!--End of Navigation Panel-->
|
|
|
|
|
|
|
|
<H1><A NAME="SECTION00060000000000000000"></A><A NAME="sec:background"></A>
|
|
|
|
<BR>
|
|
|
|
Multigrid Background
|
|
|
|
</H1><BIG CLASS="LARGE"><BIG CLASS="LARGE"><BIG CLASS="LARGE">
|
|
|
|
|
|
|
|
</BIG></BIG></BIG>
|
|
|
|
<P>
|
|
|
|
<BIG CLASS="LARGE"><BIG CLASS="LARGE"><BIG CLASS="LARGE">Multigrid preconditioners, coupled with Krylov iterative
|
|
|
|
solvers, are widely used in the parallel solution of large and sparse linear systems,
|
|
|
|
because of their optimality in the solution of linear systems arising from the
|
|
|
|
discretization of scalar elliptic Partial Differential Equations (PDEs) on regular grids.
|
|
|
|
Optimality, also known as algorithmic scalability, is the property
|
|
|
|
of having a computational cost per iteration that depends linearly on
|
|
|
|
the problem size, and a convergence rate that is independent of the problem size.
|
|
|
|
</BIG></BIG></BIG>
|
|
|
|
<P>
|
|
|
|
<BIG CLASS="LARGE"><BIG CLASS="LARGE"><BIG CLASS="LARGE">Multigrid preconditioners are based on a recursive application of a two-grid process
|
|
|
|
consisting of smoother iterations and a coarse-space (or coarse-level) correction.
|
|
|
|
The smoothers may be either basic iterative methods, such as the Jacobi and Gauss-Seidel ones,
|
|
|
|
or more complex subspace-correction methods, such as the Schwarz ones.
|
|
|
|
The coarse-space correction consists of solving, in an appropriately chosen
|
|
|
|
coarse space, the residual equation associated with the approximate solution computed
|
|
|
|
by the smoother, and of using the solution of this equation to correct the
|
|
|
|
previous approximation. The transfer of information between the original
|
|
|
|
(fine) space and the coarse one is performed by using suitable restriction and
|
|
|
|
prolongation operators. The construction of the coarse space and the corresponding
|
|
|
|
transfer operators is carried out by applying a so-called coarsening algorithm to the system
|
|
|
|
matrix. Two main approaches can be used to perform coarsening: the geometric approach,
|
|
|
|
which exploits the knowledge of some physical grid associated with the matrix
|
|
|
|
and requires the user to define transfer operators from the fine
|
|
|
|
to the coarse level and vice versa, and the algebraic approach, which builds
|
|
|
|
the coarse-space correction and the associate transfer operators using only matrix
|
|
|
|
information. The first approach may be difficult when the system comes from
|
|
|
|
discretizations on complex geometries;
|
|
|
|
furthermore, ad hoc one-level smoothers may be required to get an efficient
|
|
|
|
interplay between fine and coarse levels, e.g., when matrices with highly varying coefficients
|
|
|
|
are considered. The second approach performs a fully automatic coarsening and enforces the
|
|
|
|
interplay between fine and coarse level by suitably choosing the coarse space and
|
|
|
|
the coarse-to-fine interpolation (see, e.g., [<A
|
|
|
|
HREF="node36.html#Briggs2000">3</A>,<A
|
|
|
|
HREF="node36.html#Stuben_01">23</A>,<A
|
|
|
|
HREF="node36.html#dd2_96">21</A>] for details.)
|
|
|
|
</BIG></BIG></BIG>
|
|
|
|
<P>
|
|
|
|
<BIG CLASS="LARGE"><BIG CLASS="LARGE"><BIG CLASS="LARGE">MLD2P4 uses a pure algebraic approach, based on the smoothed
|
|
|
|
aggregation algorithm [<A
|
|
|
|
HREF="node36.html#BREZINA_VANEK">2</A>,<A
|
|
|
|
HREF="node36.html#VANEK_MANDEL_BREZINA">25</A>],
|
|
|
|
for building the sequence of coarse matrices and transfer operators,
|
|
|
|
starting from the original one.
|
|
|
|
A decoupled version of this algorithm is implemented, where the smoothed
|
|
|
|
aggregation is applied locally to each submatrix [<A
|
|
|
|
HREF="node36.html#TUMINARO_TONG">24</A>].
|
|
|
|
A brief description of the AMG preconditioners implemented in MLD2P4 is given in
|
|
|
|
Sections <A HREF="node13.html#sec:multilevel">4.1</A>-<A HREF="node15.html#sec:smoothers">4.3</A>. For further details the reader
|
|
|
|
is referred to [<A
|
|
|
|
HREF="node36.html#para_04">4</A>,<A
|
|
|
|
HREF="node36.html#aaecc_07">5</A>,<A
|
|
|
|
HREF="node36.html#apnum_07">7</A>,<A
|
|
|
|
HREF="node36.html#MLD2P4_TOMS">8</A>].
|
|
|
|
</BIG></BIG></BIG>
|
|
|
|
<P>
|
|
|
|
<BIG CLASS="LARGE"><BIG CLASS="LARGE"><BIG CLASS="LARGE">We note that optimal multigrid preconditioners do not necessarily correspond
|
|
|
|
to minimum execution times in a parallel setting. Indeed, to obtain effective parallel
|
|
|
|
multigrid preconditioners, a tradeoff between the optimality and the cost of building and
|
|
|
|
applying the smoothers and the coarse-space corrections must be achieved. Effective
|
|
|
|
parallel preconditioners require algorithmic scalability to be coupled with implementation
|
|
|
|
scalability, i.e., a computational cost per iteration which remains (almost) constant as
|
|
|
|
the number of parallel processors increases.
|
|
|
|
</BIG></BIG></BIG>
|
|
|
|
<P>
|
|
|
|
<BIG CLASS="LARGE"><BIG CLASS="LARGE"></BIG></BIG>
|
|
|
|
<BR><HR>
|
|
|
|
<!--Table of Child-Links-->
|
|
|
|
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
|
|
|
|
|
|
|
|
<UL CLASS="ChildLinks">
|
|
|
|
<LI><A NAME="tex2html236"
|
|
|
|
HREF="node13.html">AMG preconditioners</A>
|
|
|
|
<LI><A NAME="tex2html237"
|
|
|
|
HREF="node14.html">Smoothed Aggregation</A>
|
|
|
|
<LI><A NAME="tex2html238"
|
|
|
|
HREF="node15.html">Smoothers and coarsest-level solvers</A>
|
|
|
|
</UL>
|
|
|
|
<!--End of Table of Child-Links-->
|
|
|
|
|
|
|
|
<DIV CLASS="navigation"><HR>
|
|
|
|
<!--Navigation Panel-->
|
|
|
|
<A NAME="tex2html234"
|
|
|
|
HREF="node13.html">
|
|
|
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
|
|
|
<A NAME="tex2html230"
|
|
|
|
HREF="userhtml.html">
|
|
|
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
|
|
|
<A NAME="tex2html224"
|
|
|
|
HREF="node11.html">
|
|
|
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
|
|
|
<A NAME="tex2html232"
|
|
|
|
HREF="node2.html">
|
|
|
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
|
|
|
<BR>
|
|
|
|
<B> Next:</B> <A NAME="tex2html235"
|
|
|
|
HREF="node13.html">AMG preconditioners</A>
|
|
|
|
<B> Up:</B> <A NAME="tex2html231"
|
|
|
|
HREF="userhtml.html">userhtml</A>
|
|
|
|
<B> Previous:</B> <A NAME="tex2html225"
|
|
|
|
HREF="node11.html">Example and test programs</A>
|
|
|
|
<B> <A NAME="tex2html233"
|
|
|
|
HREF="node2.html">Contents</A></B> </DIV>
|
|
|
|
<!--End of Navigation Panel-->
|
|
|
|
|
|
|
|
</BODY>
|
|
|
|
</HTML>
|