]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Cross link to the material_id tags.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 23 Apr 2011 03:01:38 +0000 (03:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 23 Apr 2011 03:01:38 +0000 (03:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@23632 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/glossary.h
deal.II/include/deal.II/grid/tria_accessor.h

index 541326ab9fe3713e14447f0281bea10017e9afb9..aa875503bb4fd4acde516ab039baa6740ad8fe09 100644 (file)
@@ -666,6 +666,10 @@ Article{BK07,
  * consequently, which value the coefficient should have on this particular
  * cell. The material id is inherited from mother to child cell upon mesh
  * refinement.
+ *
+ * The material id is set and queried using the CellAccessor::material_id,
+ * CellAccessor::set_material_id and CellAccessor::recursively_set_material_id
+ * functions.
  * </dd>
  *
  *
index cb3b0e8148dec3b7bb5ed10856de48f0b6e6bf21..8e24dec8c5bc56fce8c0fee78952bee61b0b3927 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -2544,6 +2544,10 @@ class CellAccessor :  public TriaAccessor<dim,dim,spacedim>
                                      * For a typical use of this
                                      * function, see the @ref step_28
                                      * "step-28" tutorial program.
+                                     *
+                                     * See the @ref GlossMaterialId
+                                     * "glossary" for more
+                                     * information.
                                      */
     unsigned char material_id () const;
 
@@ -2554,6 +2558,10 @@ class CellAccessor :  public TriaAccessor<dim,dim,spacedim>
                                      * For a typical use of this
                                      * function, see the @ref step_28
                                      * "step-28" tutorial program.
+                                     *
+                                     * See the @ref GlossMaterialId
+                                     * "glossary" for more
+                                     * information.
                                      */
     void set_material_id (const unsigned char new_material_id) const;
 
@@ -2562,6 +2570,10 @@ class CellAccessor :  public TriaAccessor<dim,dim,spacedim>
                                      * cell and all its children (and
                                      * grand-children, and so on) to
                                      * the given value.
+                                     *
+                                     * See the @ref GlossMaterialId
+                                     * "glossary" for more
+                                     * information.
                                      */
     void recursively_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.