]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update the results section of step-64. 8243/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sat, 18 May 2019 14:55:31 +0000 (08:55 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sat, 18 May 2019 14:55:31 +0000 (08:55 -0600)
examples/step-64/doc/results.dox

index ca29f9b77bd831a1550df6a075b59f0551c2ed17..fbd4a395b352239cf3f91e0af328b752c73ea317 100644 (file)
@@ -1,7 +1,8 @@
 <h1>Results</h1>
 
 Since the main purpose of this tutorial is to demonstrate how to use the
-CUDAWrappers::MatrixFree interface, we just show the expected output here:
+CUDAWrappers::MatrixFree interface, not to compute anything useful in
+itself, we just show the expected output here:
 @code
 Cycle 0
    Number of active cells:       8
@@ -28,11 +29,26 @@ Cycle 3
   solution norm: 0.0205261
 @endcode
 
+One can make two observations here: First, the norm of the numerical solution
+converges, presumably to the norm of the exact (but unknown)
+solution. And second, the number of iterations roughly doubles with
+each refinement of the mesh. (This is in keeping with the expectation
+that the number of CG iterations grows with the square root of the
+condition number of the matrix; and that we know that the condition
+number of the matrix of a second-order differential operation grows
+like ${\cal O}(h^{-2})$.) This is of course rather inefficient, as an
+optimal solver would have a number of iterations that is independent
+of the size of the problem. But having such a solver would require
+using a better preconditioner than the identity matrix we have used here.
+   
+
 <a name="extensions"></a>
 <h3> Possible extensions </h3>
 
-Currently, there is no preconditioner used at all. This is mainly since 
-constructing an efficient matrix-free preconditioner is non-trivial.
-However, simple choices just requiring the diagonal of the corresponding matrix
-are good candidates. In particular, one could extend the tutorial to use multigrid 
-with Chebyshev smoothers similar to step-37.
+Currently, this program uses no preconditioner at all. This is mainly
+since constructing an efficient matrix-free preconditioner is
+non-trivial.  However, simple choices just requiring the diagonal of
+the corresponding matrix are good candidates and these can be computed
+in a matrix-free way as well. Alternatively, and maybe even better,
+one could extend the tutorial to use multigrid with Chebyshev
+smoothers similar to step-37.

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.