]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Small doc updates.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 10 Feb 2006 16:53:04 +0000 (16:53 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 10 Feb 2006 16:53:04 +0000 (16:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@12299 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_accessor.h
deal.II/doc/doxygen/headers/iterators.h

index e051ce0f71e569b3c0c31da75ad9c76250df2488..9302b344e18adf57db9b88d4535e937826de764a 100644 (file)
@@ -49,10 +49,10 @@ template <int dim, typename Accessor> class TriaRawIterator;
  * to edges, faces, and cells of a triangulation. The concept is
  * explained in more detail in connection to @ref Iterators.
  *
- * The first template argument of this class refers to the space
- * dimension in which we work. The second one denotes the type of DoF
- * handler we should work on. It can either be ::DoFHandler or
- * hp::DoFHandler.
+ * The template argument of this class refers to the type of DoF
+ * handler we should work on. It can either be ::DoFHandler<dim> or
+ * hp::DoFHandler<dim>. The space dimension of the object we are to
+ * work on is automatically extracted from the DH template argument.
  *
  * @ingroup dofs
  * @ingroup Accessors 
@@ -253,7 +253,7 @@ class DoFObjectAccessor_Inheritance<dim,dim>
  * @ingroup Accessors 
  * @author Wolfgang Bangerth, 1998; Guido Kanschat, 1999
  */
-template<int celldim, class DH>
+template <int celldim, class DH>
 class DoFObjectAccessor : public DoFAccessor<DH>,
                          public TriaObjectAccessor<celldim, DH::dimension>
 {
@@ -517,7 +517,7 @@ class DoFObjectAccessor : public DoFAccessor<DH>,
  * Closure class.
  * @ingroup dofs
  */
-template<class DH>
+template <class DH>
 class DoFObjectAccessor<0, DH> : public DoFAccessor<DH>,
                                 public DoFObjectAccessor_Inheritance<0,DH::dimension>::BaseClass
 {
index 4aa6af140212534ad36a81b2a613a6dd3143b4df..49d795a631c68a31c8173f62eb2479fc0e733f1a 100644 (file)
@@ -231,13 +231,13 @@ The normal iterator types and calls to get them for cells and faces are:
 
   <tr>
     <th>DoFHandler</th>
-    <td>TriaIterator&lt;dim, DoFCellAccessor&lt;dim, ::DoFHandler&gt; &gt;</td>
+    <td>TriaIterator&lt;dim, DoFCellAccessor&lt; ::DoFHandler&lt;dim&gt; &gt; &gt;</td>
     <td>dof_handler.begin()</td>
   </tr>
 
   <tr>
     <th>hp::DoFHandler</th>
-    <td>TriaIterator&lt;dim, DoFCellAccessor&lt;dim, hp::DoFHandler&gt; &gt;</td>
+    <td>TriaIterator&lt;dim, DoFCellAccessor&lt;hp::DoFHandler&lt;dim&gt; &gt; &gt;</td>
     <td>hp_dof_handler.begin()</td>
   </tr>
 
@@ -264,13 +264,13 @@ The normal iterator types and calls to get them for cells and faces are:
 
   <tr>
     <th>DoFHandler</th>
-    <td>TriaIterator&lt;dim, DoFObjectAccessor&lt;dim-1, dim, ::DoFHandler&gt; &gt;</td>
+    <td>TriaIterator&lt;dim, DoFObjectAccessor&lt;dim-1, ::DoFHandler&lt;dim&gt; &gt; &gt;</td>
     <td>dof_handler.begin_face()</td>
   </tr>
 
   <tr>
     <th>hp::DoFHandler</th>
-    <td>TriaIterator&lt;dim, DoFObjectAccessor&lt;dim-1, dim, hp::DoFHandler&gt; &gt;</td>
+    <td>TriaIterator&lt;dim, DoFObjectAccessor&lt;dim-1, hp::DoFHandler&lt;dim&gt; &gt; &gt;</td>
     <td>hp_dof_handler.begin_face()</td>
   </tr>
 
@@ -298,13 +298,13 @@ Likewise, active iterators are as follows:
 
   <tr>
     <th>DoFHandler</th>
-    <td>TriaActiveIterator&lt;dim, DoFCellAccessor&lt;dim, ::DoFHandler&gt; &gt;</td>
+    <td>TriaActiveIterator&lt;dim, DoFCellAccessor&lt; ::DoFHandler&lt;dim&gt; &gt; &gt;</td>
     <td>dof_handler.begin_active()</td>
   </tr>
 
   <tr>
     <th>hp::DoFHandler</th>
-    <td>TriaActiveIterator&lt;dim, DoFCellAccessor&lt;dim, hp::DoFHandler&gt; &gt;</td>
+    <td>TriaActiveIterator&lt;dim, DoFCellAccessor&lt;hp::DoFHandler&lt;dim&gt; &gt; &gt;</td>
     <td>hp_dof_handler.begin_active()</td>
   </tr>
 
@@ -331,13 +331,13 @@ Likewise, active iterators are as follows:
 
   <tr>
     <th>DoFHandler</th>
-    <td>TriaActiveIterator&lt;dim, DoFObjectAccessor&lt;dim-1, dim, ::DoFHandler&gt; &gt;</td>
+    <td>TriaActiveIterator&lt;dim, DoFObjectAccessor&lt;dim-1, ::DoFHandler&lt;dim&gt; &gt; &gt;</td>
     <td>dof_handler.begin_active_face()</td>
   </tr>
 
   <tr>
     <th>hp::DoFHandler</th>
-    <td>TriaActiveIterator&lt;dim, DoFObjectAccessor&lt;dim-1, dim, hp::DoFHandler&gt; &gt;</td>
+    <td>TriaActiveIterator&lt;dim, DoFObjectAccessor&lt;dim-1, hp::DoFHandler&lt;dim&gt; &gt; &gt;</td>
     <td>hp_dof_handler.begin_active_face()</td>
   </tr>
 

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.