]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Augment documentation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 31 May 2013 21:46:31 +0000 (21:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 31 May 2013 21:46:31 +0000 (21:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@29696 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/tria_accessor.h

index c441f99c67dad6a782d8317ea8a98ac72af8ac5a..85305a69dcf8978edf170f29f9cbeb90ea0a0ab9 100644 (file)
@@ -2734,6 +2734,11 @@ public:
    * See the @ref GlossSubdomainId
    * "glossary" for more
    * information.
+   *
+   * @note The subdomain of a cell is a property only defined
+   * for active cells, i.e., cells that are not further
+   * refined. Consequently, you can only call this function if
+   * the cell it refers to has no children.
    */
   types::subdomain_id subdomain_id () const;
 
@@ -2841,7 +2846,13 @@ public:
    *
    * @post The returned value is equal to <code>!is_ghost() &&
    * !is_artificial()</code>.
-   **/
+   *
+   * @note Whether a cell is a ghost cell, artificial, or is
+   * locally owned or is a property that only pertains to cells
+   * that are active. Consequently,
+   * you can only call this function if the cell it refers to has
+   * no children.
+   */
   bool is_locally_owned () const;
 
   /**
@@ -2870,6 +2881,12 @@ public:
    * @post The returned value is equal to
    * <code>!is_locally_owned() &&
    * !is_artificial()</code>.
+   *
+   * @note Whether a cell is a ghost cell, artificial, or is
+   * locally owned or is a property that only pertains to cells
+   * that are active. Consequently,
+   * you can only call this function if the cell it refers to has
+   * no children.
    */
   bool is_ghost () const;
 
@@ -2908,6 +2925,12 @@ public:
    * @post The returned value is equal to
    * <code>!is_ghost() &&
    * !is_artificial()</code>.
+   *
+   * @note Whether a cell is a ghost cell, artificial, or is
+   * locally owned or is a property that only pertains to cells
+   * that are active. Consequently,
+   * you can only call this function if the cell it refers to has
+   * no children.
    */
   bool is_artificial () 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.