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

« back to all changes in this revision

Viewing changes to src/sles/ksp/impls/cheby/index.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
 
<HTML>
2
 
<HEAD>
3
 
<TITLE>Krylov Methods - KSP</TITLE>
4
 
</HEAD>
5
 
<BODY BGCOLOR="FFFFFF">
6
 
 
7
 
<H2> Krylov Methods - KSP: : <A HREF="../../../../../src/sles/examples/tutorials/index.html">Examples</A></H2> 
8
 
 
9
 
The
10
 
<A HREF="../../../../../docs/manualpages/SLES/index.html">Scalable Linear Equations Solvers (SLES)</A>
11
 
component provides an easy-to-use interface to the combination of
12
 
a Krylov subspace iterative method and a preconditioner (in the KSP and
13
 
<A HREF="../../../../../docs/manualpages/PC/index.html">PC</A>
14
 
components, respectively) or a sequential direct solver.  SLES users can set various Krylov
15
 
subspace options at runtime via the options database (e.g., 
16
 
<font face ="Courier">
17
 
-ksp_type cg
18
 
</font face>
19
 
).  
20
 
SLES users can also set KSP options directly in application
21
 
codes by first extracting the KSP context from the SLES context via
22
 
<A HREF="../../../../../docs/manualpages/SLES/SLESGetKSP.html">SLESGetKSP()</A>
23
 
and then directly calling the KSP routines listed below (e.g., 
24
 
<A HREF="../../../../../docs/manualpages/KSP/KSPSetType.html">KSPSetType()</A>
25
 
).
26
 
KSP components can be used directly to create and
27
 
destroy solvers; this is not needed for users but
28
 
is intended for library developers.
29
 
 
30
 
<P>
31
 
 
32
 
 
33
 
 
34
 
 
35
 
<p>
36
 
 
37
 
<a href="chebctx.h.html">chebctx.h</a><br>
38
 
<a href="cheby.c.html">cheby.c</a><br>
39
 
 
40
 
<a href="makefile.html">makefile</a><br>