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

« back to all changes in this revision

Viewing changes to src/sles/examples/tests/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
 
<p>
2
 
<a href="ex1.c.html">ex1.c: Tests solving linear system on 0 by 0 matrix</a><br>
3
 
<a href="ex2.c.html">ex2.c: Demonstrates running several independent tasks in PETSc</a><br>
4
 
<a href="ex3.c.html">ex3.c: This example solves a linear system in parallel with SLES</a><br>
5
 
<a href="ex4.c.html">ex4.c: Solves a linear system with SLES</a><br>
6
 
<a href="ex6.c.html">ex6.c: Reads a PETSc matrix and vector from a file and solves a linear system</a><br>
7
 
<a href="ex7.c.html">ex7.c: Reads a PETSc matrix and vector from a file and solves a linear system</a><br>
8
 
<a href="ex10.c.html">ex10.c: This example calculates the stiffness matrix for a brick in three\n\</a><br>
9
 
<a href="ex14.c.html">ex14.c: Solves a nonlinear system in parallel with a user-defined Newton method</a><br>
10
 
<a href="ex15.c.html">ex15.c: SLES on an operator with a null space</a><br>
11
 
<a href="ex17.c.html">ex17.c: Solves a linear system with SLES</a><br>
12
 
<a href="ex18.c.html">ex18.c: Reads a PETSc matrix and vector from a file and solves a linear system</a><br>
13
 
<a href="ex19.c.html">ex19.c: Solvers Laplacian with multigrid, bad way</a><br>
14
 
<a href="ex20.c.html">ex20.c: This example solves a linear system in parallel with SLES</a><br>
15
 
<a href="ex24.c.html">ex24.c: Tests CG, MINRES and SYMMLQ on symmetric matrices with SBAIJ format</a><br>
16
 
 
17
 
<a href="makefile.html">makefile</a><br>