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

« back to all changes in this revision

Viewing changes to src/gsolver/impls/gbeuler/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>Solvers on Grids - GSolver</TITLE>
4
 
</HEAD>
5
 
<BODY BGCOLOR="FFFFFF">
6
 
 
7
 
<H2> Solvers on Grids - GSolver: <A HREF="../../../../src/gsolver/examples/tutorials/index.html">Examples</A></H2>
8
 
 
9
 
The grid solver (GSolver) component provides an
10
 
interface for solving discretized problems on Grids. GSolver
11
 
users can set various options at runtime via the
12
 
options database in the same way as the SLES, SNES and TS components.  
13
 
 
14
 
GSolver internally employs a <A HREF="../../../../docs/manualpages/SLES/index.html">SLES</A>,
15
 
<A HREF="../../../../docs/manualpages/SNES/index.html">SNES</A>, and
16
 
<A HREF="../../../../docs/manualpages/TS/index.html">TS</A> objects
17
 
to implement the base functionality.
18
 
 
19
 
<P>
20
 
<p>
21
 
 
22
 
<a href="gbeuler.c.html">gbeuler.c</a><br>
23
 
 
24
 
<a href="makefile.html">makefile</a><br>