~ubuntu-branches/ubuntu/maverick/dolfin/maverick

« back to all changes in this revision

Viewing changes to doc/manual/chapters/linearalgebra.tex

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2009-10-12 14:13:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012141318-hkbxl0sq555vqv7d
Tags: 0.9.4-1
* New upstream release. This version cleans up the design of the
  function class by adding a new abstraction for user-defined
  functions called Expression. A number of minor bugfixes and
  improvements have also been made.
* debian/watch: Update for new flat directory structure.
* Update debian/copyright.
* debian/rules: Use explicit paths to PETSc 3.0.0 and SLEPc 3.0.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  As a result, some of the information in this chapter may be
6
6
  outdated, incomplete or simply wrong.}
7
7
 
8
 
 
9
 
 
10
 
 
11
8
\dolfin{} provides a high-performance linear algebra library,
12
9
including matrices and vectors, a set of linear solvers,
13
10
preconditioners, and an eigenvalue solver. The core part of the
267
264
\texttt{PETScLUSolver} may be used.
268
265
 
269
266
%------------------------------------------------------------------------------
270
 
\section{Solving eigenvalue problems}
 
267
\section{Eigenvalue problems}
271
268
\index{eigenvalue problems}
272
269
\index{SLEPc}
273
270
 
353
350
%
354
351
Trilinos . . . . 
355
352
%------------------------------------------------------------------------------
 
353
\subsection{Matrix Template Library (MTL4)}
 
354
\index{MTL4}
 
355
\index{Matrix Template Library}
 
356
%
 
357
MTL4 . . . . 
 
358
%------------------------------------------------------------------------------
356
359
\subsection{User provided linear algebra backends}
357
360
\index{Trilinos}
358
361
%