]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Update docs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Jul 2000 08:30:06 +0000 (08:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Jul 2000 08:30:06 +0000 (08:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@3132 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-5/step-5.cc

index f816291b52901c9544160c49888cf741ef11c2cf..71951736fabe7a9e9747a224d2e4ae1e320c2a0f 100644 (file)
@@ -602,11 +602,18 @@ void LaplaceProblem<dim>::solve ()
                                   // be done like this:
   PreconditionSSOR<> preconditioner;
   preconditioner.initialize(system_matrix, 1.2);
+                                  // (Note that we did not have to
+                                  // explicitely pass the address of
+                                  // the SSOR function of the matrix
+                                  // to this objects, rather it is
+                                  // hardcoded into the object, thus
+                                  // the name.)
+                                  //
                                   // The default template parameters
-                                  // of the PreconditionRelaxation
-                                  // class are the matrix and the
-                                  // vector type, which default to
-                                  // the types used in this program.
+                                  // of the ``PreconditionRelaxation''
+                                  // class is the matrix type, which
+                                  // defaults to the types used in
+                                  // this program.
 
                                   // Calling the solver now looks
                                   // mostly like in the example

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.