1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>PCSAMG</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="PCSAMG"><H1>PCSAMG</H1></A>
SAMG + PETSc interface This interface allows e.g. to call samg as a shell preconditioner.
samg is the new algebraic multigrid code by Klaus Stueben [1].
Reference for SAMG
[1] K. St\"{u}ben,"Algebraic Multigrid: An Introduction for Positive
Definite Problems with Applications", in [2], pp. 413--532,
Academic Press, 2001.
[2] U. Trottenberg, C. Oosterlee and A. Sch\"{u}ller, "Multigrid
Methods", Academic Press, 2001.
[1] is also available as
[3] K. St\"{u}ben,"Algebraic Multigrid: An Introduction for Positive
Definite Problems with Applications", Tech. Rep. 53, German
National Research Center for Information Technology (GMD),
Schloss Birlinhoven, D-53754 Sankt-Augustin, Germany, March 1999
For more information on the SAMG-PETSc interface and examples of it's
use, see
[4] D. Lahaye "Algebraic Multigrid for Time-Harmonic Magnetic Field
Computations", PhD Thesis, KU Leuven, Belgium, December 2001.
(www.cs.kuleuven.ac.be/~domenico)
<P>
Notes on PETSc part of this interface
Information on how to set up shell preconditioners in PETSc can be
in the PETSc documentation under preconditioners.
<P>
This preconditioner has not been completely organized to match the PETSc style,
see src/ksp/pc/impls/samgpetsc.c for the <A HREF="../PC/PC.html#PC">PC</A> shell routines.
<P>
SAMG is a commercial product available from Klaus Stueben.
<P>
Contributed by Domenico Lahaye (domenico.lahaye@cs.kuleuven.ac.be) January 2001
<P>
<P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>none
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/pc/impls/samg/samgpetsc.c.html#PCSAMG">src/ksp/pc/impls/samg/samgpetsc.c</A>
<BR><A HREF="./index.html">Index of all PC routines</A>
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
</BODY></HTML>
|