From: Guido Kanschat Date: Mon, 5 Oct 2009 16:16:19 +0000 (+0000) Subject: fix links to step-12 X-Git-Tag: v8.0.0~6974 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625fbb4c922105a17c802bd452e4998705309f0b;p=dealii.git fix links to step-12 git-svn-id: https://svn.dealii.org/trunk@19708 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-38/doc/intro.dox b/deal.II/examples/step-38/doc/intro.dox index edbf0491e6..30db93f368 100644 --- a/deal.II/examples/step-38/doc/intro.dox +++ b/deal.II/examples/step-38/doc/intro.dox @@ -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. -

Implementation

- diff --git a/deal.II/examples/step-38/step-38.cc b/deal.II/examples/step-38/step-38.cc index 8aa23c35af..76c4c92f66 100644 --- a/deal.II/examples/step-38/step-38.cc +++ b/deal.II/examples/step-38/step-38.cc @@ -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::cell(CellInfo& info) const Vector& 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 &JxW = fe_v.get_JxW_values (); std::vector > beta (fe_v.n_quadrature_points);