]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some obvious nonsense in the documentation
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 6 Sep 2011 15:02:58 +0000 (15:02 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 6 Sep 2011 15:02:58 +0000 (15:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@24265 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1c2dff25f7ff9064b02e96c1185d0a637504ba1d..c00a76c6188a4f78e29ec3e828104cd61e7024b5 100644 (file)
@@ -408,21 +408,12 @@ namespace Step12
 
                                   // @sect4{The local integrators}
 
-                                  // These functions are analogous to
-                                  // step-12 and differ only in the
-                                  // data structures. Instead of
-                                  // providing the local matrices
-                                  // explicitly in the argument list,
-                                  // they are part of the info object.
-
-                                  // Note that here we still have the
-                                  // local integration loop inside the
-                                  // following functions. The program
-                                  // would be even shorter, if we used
-                                  // pre-made operators from the
-                                  // Operators namespace (which will be
-                                  // added soon).
-
+                                // These are the functions given to
+                                // the MeshWorker::integration_loop()
+                                // called just above. They compute
+                                // the local contributions to the
+                                // system matrix and right hand side
+                                // on cells and faces.
   template <int dim>
   void AdvectionProblem<dim>::integrate_cell_term (DoFInfo& dinfo,
                                                   CellInfo& info)

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.