~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to docs/manualpages/KSP/KSPRICHARDSON.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
 
2
<HTML>
 
3
<HEAD>
 
4
<META NAME="GENERATOR" CONTENT="DOCTEXT">
 
5
<TITLE>KSPRICHARDSON</TITLE>
 
6
</HEAD>
 
7
<BODY BGCOLOR="FFFFFF">
 
8
<A NAME="KSPRICHARDSON"><H1>KSPRICHARDSON</H1></A>
 
9
The preconditioned Richardson iterative method 
 
10
<H3><FONT COLOR="#CC3333">Options Database Keys</FONT></H3>
 
11
<DT><B>-ksp_richardson_scale </B> -damping factor on the correction (defaults to 1.0)
 
12
<br>
 
13
<P>
 
14
 
 
15
<P>
 
16
Notes: x^{n+1} = x^{n} + scale*B(b - A x^{n})
 
17
<P>
 
18
This method often (usually) will not converge unless scale is very small
 
19
<P>
 
20
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
 
21
  <A HREF="../KSP/KSPCreate.html#KSPCreate">KSPCreate</A>(), <A HREF="../KSP/KSPSetType.html#KSPSetType">KSPSetType</A>(), <A HREF="../KSP/KSPType.html#KSPType">KSPType</A> (for list of available types), <A HREF="../KSP/KSP.html#KSP">KSP</A>,
 
22
<BR><A HREF="../KSP/KSPRichardsonSetScale.html#KSPRichardsonSetScale">KSPRichardsonSetScale</A>()
 
23
<P>
 
24
<P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
 
25
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ksp/ksp/impls/rich/rich.c.html#KSPRICHARDSON">src/ksp/ksp/impls/rich/rich.c</A>
 
26
<BR><A HREF="./index.html">Index of all KSP routines</A>
 
27
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
 
28
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
 
29
</BODY></HTML>