From: wolf Date: Fri, 26 May 2006 11:34:22 +0000 (+0000) Subject: Link to upcoming step-22 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0fe9a775ae2493387811ca8d554e15b210c6e3;p=dealii-svn.git Link to upcoming step-22 git-svn-id: https://svn.dealii.org/trunk@13139 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index a7b0926278..c4ea501272 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -240,6 +240,11 @@ 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_22 "step-22" + * tutorial program. */ template static diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 830d69af8d..0abcef35b3 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -2678,12 +2678,20 @@ class CellAccessor : public TriaObjectAccessor /** * Return the material id of this * cell. + * + * For a typical use of this + * function, see the @ref step_22 + * "step-22" 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_22 + * "step-22" tutorial program. */ void set_material_id (const unsigned char new_material_id) const;