]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove references to tutorial programs that are not going to be part of the release.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Sep 2007 00:55:20 +0000 (00:55 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Sep 2007 00:55:20 +0000 (00:55 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-6-0@15154 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/parameter_handler.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

index 37eb5e4dfb4b3a40e5673fc25b3c39ac89871fbb..fcd164450b24d8539270933fc865759880630f02 100644 (file)
@@ -771,8 +771,7 @@ namespace Patterns
  *   logical structure.
  *
  *   The ParameterHandler class is discussed in detail in the @ref
- *   step_19 "step-19" example program, and is used in more realistic
- *   situation in @ref step_28 "step-28".
+ *   step_19 "step-19" example program.
  *   
  *   <h3>Declaring entries</h3>
  *   
index c1fd6359bf416a173d5b389bb697bdabe3ac7077..5422dd5432915cf77e083538217f85aaceee6427 100644 (file)
@@ -172,11 +172,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 8422115c7335fd7a0b3f81946c40c706c1f88d1b..16adc90266dfa91b06b514ca57c521c9e09a2c3f 100644 (file)
@@ -848,9 +848,8 @@ 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
+ *   through use of cell iterators.
+ *   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 b2bd31b35fbaf01893fc5260709a739cbcf72a57..a653f4d36e6f83e635cc89fe8246b0af0742f82f 100644 (file)
@@ -3473,20 +3473,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;
 

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.