]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix error in example
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 3 Mar 2008 20:35:41 +0000 (20:35 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 3 Mar 2008 20:35:41 +0000 (20:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@15833 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/filtered_matrix.h

index 39b65f6f5743c7d061d31731ff93f68bbe86075d..969cb9cd0d70b0dcb34de1feef9d167c3adb8047 100644 (file)
@@ -83,7 +83,7 @@ template <class VECTOR> class FilteredMatrixBlock;
  *
  *                     // set up a preconditioner object
  *   PreconditionJacobi<SparseMatrix<double> > prec;
- *   prec.initialize (filtered_A, 1.2);
+ *   prec.initialize (A, 1.2);
  *   FilteredMatrix<Vector<double> > filtered_prec (prec);
  *   filtered_prec.add_constraints (boundary_values);
  *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.