]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix links to step-12
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 5 Oct 2009 16:16:19 +0000 (16:16 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 5 Oct 2009 16:16:19 +0000 (16:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@19708 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-38/doc/intro.dox
deal.II/examples/step-38/step-38.cc

index edbf0491e601768defc34e438a0c37441e95e39b..30db93f368cb0d046d3bdd4462866c6eaebd9612 100644 (file)
@@ -16,5 +16,3 @@ respectively. The MeshWorker framework implements the standard loop
 over all cells and faces in MeshWorker::loop() and takes care of
 distinguishing between all the different faces.
 
-<h3>Implementation</h3>
-
index 8aa23c35af6b2abd9978af25ad0d4f2cc349f7c0..76c4c92f66522bcd6b8150016ab1e9b568f008b0 100644 (file)
@@ -217,8 +217,7 @@ class DGIntegrator : public Subscriptor
     void bdry(FaceInfo& info) const;
     void face(FaceInfo& info1, FaceInfo& info2) const;
 
-                                    // Additionally, like in @ref
-                                    // step_12 "step-12",
+                                    // Additionally, like in step-12,
                                     // we have objects of the
                                     // functions used in this class.
   private:
@@ -230,7 +229,7 @@ class DGIntegrator : public Subscriptor
                                 // @sect4{The local integrators}
 
                                 // These functions are analogous to
-                                // step 12 and differ only in the
+                                // step-12 and differ only in the
                                 // data structures. Instead of
                                 // providing the local matrices
                                 // explicitly in the argument list,
@@ -259,7 +258,7 @@ void DGIntegrator<dim>::cell(CellInfo& info) const
   Vector<double>& local_vector = info.R[0].block(0);
 
                                   // With these objects, we continue
-                                  // local integration like in step 12.
+                                  // local integration like in step-12.
   const std::vector<double> &JxW = fe_v.get_JxW_values ();
   
   std::vector<Point<dim> > beta (fe_v.n_quadrature_points);

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.