From fc9d61f3b72f4ea85f88219bc216f064c31ee4ae Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 7 Sep 2007 00:55:20 +0000 Subject: [PATCH] Remove references to tutorial programs that are not going to be part of the release. 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 | 3 +-- deal.II/deal.II/include/grid/grid_generator.h | 5 ----- deal.II/deal.II/include/grid/tria.h | 5 ++--- deal.II/deal.II/include/grid/tria_accessor.h | 8 -------- 4 files changed, 3 insertions(+), 18 deletions(-) diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 37eb5e4dfb..fcd164450b 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -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. * *

Declaring entries

* diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index c1fd6359bf..5422dd5432 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -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 static diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 8422115c73..16adc90266 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -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 diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index b2bd31b35f..a653f4d36e 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -3473,20 +3473,12 @@ class CellAccessor : public TriaObjectAccessor /** * 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; -- 2.39.5