]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a bunch of references to tutorial programs deleted on the branch.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 May 2008 19:45:12 +0000 (19:45 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 27 May 2008 19:45:12 +0000 (19:45 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-6-1@16233 0785d39b-7218-0410-832d-ea1e28bc413d

14 files changed:
deal.II/deal.II/include/dofs/dof_constraints.h
deal.II/deal.II/include/fe/fe.h
deal.II/deal.II/include/grid/grid_generator.h
deal.II/deal.II/include/grid/tria.h
deal.II/deal.II/include/grid/tria_accessor.h
deal.II/deal.II/include/numerics/vectors.h
deal.II/doc/doxygen/deal.dox
deal.II/doc/doxygen/headers/vector_valued.h
deal.II/doc/news/changes.h [deleted file]
deal.II/examples/step-18/doc/intro.dox
deal.II/examples/step-23/doc/intro.dox
deal.II/lac/include/lac/block_sparsity_pattern.h
deal.II/lac/include/lac/compressed_set_sparsity_pattern.h
deal.II/lac/include/lac/compressed_sparsity_pattern.h

index f68562e45c859d2a209ab80ad7af812b805cc2b9..6aa7e04a747192f1ffbc9a466e4daa0f18a03f60 100644 (file)
@@ -702,7 +702,7 @@ class ConstraintMatrix : public Subscriptor
                                      * CompressedSetSparsityPattern
                                      * class instead, see for example
                                      * @ref step_27 "step-27" and
-                                     * @ref step_31 "step-31".
+                                     * @ref step_22 "step-22".
                                      */
     void condense (CompressedSparsityPattern &sparsity) const;
 
@@ -737,7 +737,7 @@ class ConstraintMatrix : public Subscriptor
                                      * BlockCompressedSetSparsityPattern
                                      * class instead, see for example
                                      * @ref step_27 "step-27" and
-                                     * @ref step_31 "step-31".
+                                     * @ref step_22 "step-22".
                                      */
     void condense (BlockCompressedSparsityPattern &sparsity) const;
 
index f476a014566dbf823cc412e475e141eb92170912..33312cd6b39789f128e09ea7e88fde31b8ca68ac 100644 (file)
@@ -1343,7 +1343,7 @@ class FiniteElement : public Subscriptor,
                                      * Access to base element
                                      * objects. If the element is
                                      * scalar, then
-                                     * #base_element(0) is
+                                     * <code>base_element(0)</code> is
                                      * @p this.
                                      */
     virtual
index 27a78155bc2dfe75df2eaf700af61a353f3f2d35..8d8e15013e7847e072c7ae28b41721a26956592b 100644 (file)
@@ -188,11 +188,6 @@ class GridGenerator
                                      * @note The triangulation needs to be
                                      * void upon calling this
                                      * function.
-                                     *
-                                     * @note For an example of the
-                                     * use of this function see the
-                                     * @ref step_28 "step-28"
-                                     * tutorial program.
                                      */
     template <int dim>
     static
index 329b64587366de90834baad6ef1c297789763108..9a76c2507507bbf69e56fa39e36a7090f46160bb 100644 (file)
@@ -837,8 +837,7 @@ namespace internal
  *   This material_id may be set upon construction of a
  *   triangulation (through the CellData data structure), or later
  *   through use of cell iterators. For a typical use of this
- *   functionality, see the @ref step_28 "step-28" tutorial
- *   program. The functions of the GridGenerator namespace typically
+ *   functionality. The functions of the GridGenerator namespace typically
  *   set the material ID of all cells to zero. When reading a
  *   triangulation, the material id must be specified in the input
  *   file (UCD format) or is otherwise set to zero. Material IDs are
index 0f59aedefcf9f5a12cf1bf6b993ec9351b6ac4bc..94fda6936903c98264f2c1a02e852689051fdcf9 100644 (file)
@@ -3586,20 +3586,12 @@ class CellAccessor :  public TriaObjectAccessor<dim,dim>
                                     /**
                                      * Return the material id of this
                                      * cell.
-                                     *
-                                     * For a typical use of this
-                                     * function, see the @ref step_28
-                                     * "step-28" tutorial program.
                                      */
     unsigned char material_id () const;
 
                                     /**
                                      * Set the material id of this
                                      * cell.
-                                     *
-                                     * For a typical use of this
-                                     * function, see the @ref step_28
-                                     * "step-28" tutorial program.
                                      */
     void set_material_id (const unsigned char new_material_id) const;
 
index f19fa4e1314be485ac7f52da40130a71373e4b9a..354a18156d810e862f359ff74ca0761c88e3fcab 100644 (file)
@@ -748,13 +748,6 @@ class VectorTools
                                      * distribute the solution vector
                                      * afterwards.
                                      *
-                                     * The use of this function is
-                                     * explained in more detail in
-                                     * @ref step_31 "step-31". It
-                                     * doesn't make much sense in 1d,
-                                     * so the function throws an
-                                     * exception in that case.
-                                     *
                                      * The second argument of this
                                      * function denotes the first
                                      * vector component in the finite
index c88bbdf9ea7348f70acbcd66095f7463c1e6fc07..3fa3c439f729ac82f938a41863fe445105cd85ee 100644 (file)
@@ -10,8 +10,7 @@ INPUT    = headers/ \
        ../../deal.II/include/multigrid \
        ../../deal.II/include/numerics \
        tutorial/doxygen \
-       ../news/6.0.0-vs-6.1.0.h \
-       ../news/changes.h
+       ../news/6.0.0-vs-6.1.0.h
 
 HTML_OUTPUT      = deal.II
 LATEX_OUTPUT     = LaTeX/deal.II
index d85fb20890937b0fb109ba0f765b4f3868e94710..ab499e7f62aaa35e4c2db891e6874b3161906f41 100644 (file)
@@ -28,7 +28,7 @@
  *       solution is the scalar pressure and the vector-valued velocity
  *       at each point.
  *   <li>The Stokes equation and its extensions discussed in
- *       @ref step_22 "step-22", and @ref step_31 "step-31" in which again
+ *       @ref step_22 "step-22" in which again
  *       the solution is the scalar pressure and the vector-valued velocity
  *       at each point.
  *   <li>Complex-valued solutions consisting of real and imaginary parts, as
  * </ul>
  * Other examples of using extractors and views are shown in tutorial programs
  * @ref step_21 "step-21",
- * @ref step_22 "step-22",
- * @ref step_31 "step-31" and a few other programs.
+ * @ref step_22 "step-22" and a few other programs.
  *
  *
  * @anchor VVAlternative
@@ -648,8 +647,8 @@ scalar_product (const Tensor<2,dim> &u,
  * What is needed is to re-enumerate degrees of freedom so that velocities
  * come first and pressures last. This can be done using the
  * DoFRenumbering::component_wise function, as explained in @ref step_20
- * "step-20", @ref step_21 "step-21", @ref step_22 "step-22", and @ref step_31
- * "step-31". After this, at least the degrees of freedom are partitioned
+ * "step-20", @ref step_21 "step-21", and @ref step_22 "step-22".
+ * After this, at least the degrees of freedom are partitioned
  * properly.
  *
  * But then we still have to make use of it, i.e. we have to come up with a
@@ -690,7 +689,7 @@ scalar_product (const Tensor<2,dim> &u,
  * large whole matrix we had before.
  *
  * How a solver like this is implemented is explained in more detail in @ref
- * step_20 "step-20", @ref step_31 "step-31", and a few other tutorial
+ * step_20 "step-20" and a few other tutorial
  * programs. What we would like to point out here is that we now need a way to
  * extract certain parts of a matrix or vector: if we are to multiply, say,
  * the $U$ part of the solution vector by the $M$ part of the global matrix,
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
deleted file mode 100644 (file)
index 95078f4..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-/**
- * @page changes_after_6.1 Changes after Version 6.1
-
-<p>
-This is the list of changes made after the release of 
-deal.II version 6.1. It is subdivided into changes
-made to the three sub-libraries <a href="#base">base</a>, 
-<a href="#lac">lac</a>, and <a href="#deal.II">deal.II</a>, as well as
-changes to the <a href="#general">general infrastructure,
-documentation, etc</a>.
-</p>
-
-<p>
-All entries are signed with the names of the author. Regular
-contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
-(Guido Kanschat), RH (Ralf Hartmann).
-</p>
-
-
-<a name="incompatible"></a>
-<h3 style="color:red">Incompatibilities</h3>
-
-<p style="color:red">
-Following are a few modifications to the library that unfortunately
-are incompatible with previous versions of the library, but which we
-deem necessary for the future maintainability of the
-library. Unfortunately, some of these changes will require
-modifications to application programs. We apologize for the
-inconvenience this causes.
-</p>
-
-<ol>
-
-</ol>
-
-
-<a name="general"></a>
-<h3>General</h3>
-
-<ol>
-
-</ol>
-
-
-
-<a name="base"></a>
-<h3>base</h3>
-
-<ol>
-
-</ol>
-
-
-
-<a name="lac"></a>
-<h3>lac</h3>
-
-<ol>
-
-</ol>
-
-
-
-<a name="deal.II"></a>
-<h3>deal.II</h3>
-
-<ol>
-
-</ol>
-
-
-*/
index 2e5e5140619033ca2630d2c304953ecc45f9de46..66451122924a3ec312efa69607fb045b5fa16d8a 100644 (file)
@@ -636,10 +636,7 @@ data for the cells it owned on the old mesh, and it may need to know the
 values of the quadrature point data on other cells if the corresponding cells
 on the new mesh are assigned to this process after subdividing the new mesh. A
 global communication of these data elements is therefore necessary, making the
-entire process a little more unpleasant. The @ref step_28 "step-28" tutorial
-program shows how to work with different meshes at the same time, albeit for a
-different kind of problem, giving indications on how to approach the problem
-for time-dependent adaptivity as well.
+entire process a little more unpleasant.
 
 
 <h5>Ensuring mesh regularity</h5> At present, the program makes no attempt
index e9d8f60598552de4d7717bdead9e5e814efb2d4f..2db5d9ec7803429c127a6ed85ea65c8b07bac7fd 100644 (file)
@@ -311,8 +311,7 @@ i.e. $\phi^n_i=\phi_i^{n-1}=\phi_i$. Consequently, we get
 $M^n=M^{n,n-1}=M$ and $A^n=A^{n,n-1}=A$. On the other hand, if we had
 used different shape functions, then we would have to compute
 integrals that contain shape functions defined on two meshes. This is a
-somewhat messy process that we omit here, but that is treated in some
-detail in @ref step_28 "step-28".
+somewhat messy process that we omit here.
 
 Under these conditions (i.e. a mesh that doesn't change), one can optimize the
 solution procedure a bit by basically eliminating the solution of the second
index bffe05cb1253af450234babc77d27a696d72623b..821ab634c9b484af79eb8813a0773c5183c78e32 100644 (file)
@@ -675,7 +675,7 @@ typedef BlockCompressedSparsityPattern CompressedBlockSparsityPattern;
  * BlockCompressedSetSparsityPattern) are interface-compatible it is
  * frequently worth checking which version is more efficient.
  *
- * This class is used in @ref step_31 "step-31".
+ * This class is used in @ref step_22 "step-22".
  *
  * @author Wolfgang Bangerth, 2007
  */
index 544b6ae0d5514c6452dd58e1e43b446386a275a2..7cbcccf0e490963910425567ee5569d2aa7ae4ea 100644 (file)
@@ -51,8 +51,8 @@ template <typename number> class SparseMatrix;
  * module.
  *
  * This class is an example of the "dynamic" type of @ref Sparsity. It
- * is discussed in the @ref step_27 "step-27" and @ref step_31
- * "step-31" tutorial programs.
+ * is discussed in the @ref step_27 "step-27" and @ref step_22
+ * "step-22" tutorial programs.
  *
  * <h3>Interface</h3>
  *
@@ -89,8 +89,8 @@ template <typename number> class SparseMatrix;
  * situations, but seems to work much better than the
  * CompressedSparsityPattern in the context of hp-adaptivity (see for
  * example @ref step_27 "step-27"), or generally when there are many
- * nonzero entries in each row of a matrix (see @ref step_31
- * "step-31").  On the other hand, a benchmark where nonzero entries
+ * nonzero entries in each row of a matrix (see @ref step_22
+ * "step-22").  On the other hand, a benchmark where nonzero entries
  * were randomly inserted into the sparsity pattern revealed that this
  * class is slower by a factor 4-6 in this situation. Hence, currently
  * the suggestion is to carefully analyze which of the
index f40410e422f0db8ffe7e3627f319167de44761e5..85b90b4ae71a93255d71f9f3991525b972923ad4 100644 (file)
@@ -83,7 +83,7 @@ template <typename number> class SparseMatrix;
  * that appears to be more efficient in some situations, in particular
  * when using hp finite elements or, more generally, in cases with
  * many nonzero entries. See for example the @ref step_27 "step-27"
- * and @ref step_31 "step-31" tutorial programs.
+ * and @ref step_22 "step-22" tutorial programs.
  *
  * @author Wolfgang Bangerth, 2001
  */

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.