]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Talk about connection to step-16.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 24 Jun 2010 13:47:14 +0000 (13:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 24 Jun 2010 13:47:14 +0000 (13:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@21318 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-37/doc/intro.dox

index 74e53a76308719eb8f71a3c2e240b7e14231dd95..9d488ece7ff1e5b3e12064348b62035d76b44f90 100644 (file)
@@ -367,8 +367,8 @@ hand, most of the more frequently used preconditioners such as SSOR, ILU or
 algebraic multigrid (AMG) can now no longer be used here because their
 implementation requires knowledge of the elements of the system matrix.
 
-One solution is to use multigrid methods as shown in @ref step_16
-"step-16". They are known to be very fast, and they are suitable for our
+One solution is to use multigrid methods as shown in
+step-16. They are known to be very fast, and they are suitable for our
 purpose since they can be designed based purely on matrix-vector products. All
 one needs to do is to find a smoother that works with matrix-vector products
 only (our choice requires knowledge of the diagonal entries of the matrix,
@@ -388,8 +388,11 @@ SOR/Gauss&ndash;Seidel smoothing relies on substitutions, which can often only
 be parallelized by working on diagonal sub-blocks of the matrix, which
 decreases efficiency.
 
-The implementation into the multigrid framework is then straightforward. We
-will only need some minor modifications compared to step-16.
+The implementation into the multigrid framework is then straightforward. This
+program is based on an earlier version of step-16 that demonstrated multigrid
+on uniformly refined grids. However, the present matrix-free techniques would
+obviously also apply to the adaptive meshes the current step-16 uses.
+
 
 <h3>The test case</h3>
 

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.