]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix link in step-52
authorMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 23 Dec 2014 10:13:19 +0000 (11:13 +0100)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 23 Dec 2014 13:20:52 +0000 (14:20 +0100)
examples/step-52/step-52.cc

index 51c7d9e302c2ba02cf1072edbceb61052d229cd0..774b7e6b83578544dcc72f8ae45c64d2d16f0a6d 100644 (file)
@@ -181,17 +181,18 @@ namespace Step52
 
 
 
-  // @sect4{<code>Diffusion::assemble_system</code>} In this function, we
-  // compute $-\int D \nabla b_i \cdot \nabla b_j d\boldsymbol{r} - \int
-  // \Sigma_a b_i b_j d\boldsymbol{r}$ and the mass matrix $\int b_i b_j
-  // d\boldsymbol{r}$. The mass matrix is then inverted using a direct solver;
-  // the <code>inverse_mass_matrix</code> variable will then store the inverse
-  // of the mass matrix so that $M^{-1}$ can be applied to a vector using the
-  // <code>vmult()</code> function of that object. (Internally, UMFPACK does
-  // not really store the inverse of the matrix, but its LU factors; applying
-  // the inverse matrix is then equivalent to doing one forward and one
-  // backward solves with these two factors, which has the same complexity as
-  // applying an explicit inverse of the matrix).
+  // @sect4{<code>Diffusion::assemble_system</code>}
+  // In this function, we compute $-\int D \nabla b_i \cdot \nabla b_j
+  // d\boldsymbol{r} - \int \Sigma_a b_i b_j d\boldsymbol{r}$ and the mass
+  // matrix $\int b_i b_j d\boldsymbol{r}$. The mass matrix is then
+  // inverted using a direct solver; the <code>inverse_mass_matrix</code>
+  // variable will then store the inverse of the mass matrix so that
+  // $M^{-1}$ can be applied to a vector using the <code>vmult()</code>
+  // function of that object. (Internally, UMFPACK does not really store
+  // the inverse of the matrix, but its LU factors; applying the inverse
+  // matrix is then equivalent to doing one forward and one backward solves
+  // with these two factors, which has the same complexity as applying an
+  // explicit inverse of the matrix).
   void Diffusion::assemble_system ()
   {
     system_matrix = 0.;

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.