]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Extend for hp DoFHandler.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 31 Jan 2006 20:03:02 +0000 (20:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 31 Jan 2006 20:03:02 +0000 (20:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@12215 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/iterators.h

index 968cb0d0c83b81cd6102b0170d4b04886590c3a8..4aa6af140212534ad36a81b2a613a6dd3143b4df 100644 (file)
@@ -231,10 +231,16 @@ 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&gt; &gt;</td>
+    <td>TriaIterator&lt;dim, DoFCellAccessor&lt;dim, ::DoFHandler&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>hp_dof_handler.begin()</td>
+  </tr>
+
   <tr>
     <th>MGDoFHandler</th>
     <td>TriaIterator&lt;dim, MGDoFCellAccessor&lt;dim&gt; &gt;</td>
@@ -258,10 +264,16 @@ 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&gt; &gt;</td>
+    <td>TriaIterator&lt;dim, DoFObjectAccessor&lt;dim-1, dim, ::DoFHandler&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>hp_dof_handler.begin_face()</td>
+  </tr>
+
   <tr>
     <th>MGDoFHandler</th>
     <td>TriaIterator&lt;dim, MGDoFObjectAccessor&lt;dim-1, dim&gt; &gt;</td>
@@ -286,10 +298,16 @@ Likewise, active iterators are as follows:
 
   <tr>
     <th>DoFHandler</th>
-    <td>TriaActiveIterator&lt;dim, DoFCellAccessor&lt;dim&gt; &gt;</td>
+    <td>TriaActiveIterator&lt;dim, DoFCellAccessor&lt;dim, ::DoFHandler&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>hp_dof_handler.begin_active()</td>
+  </tr>
+
   <tr>
     <th>MGDoFHandler</th>
     <td>TriaActiveIterator&lt;dim, MGDoFCellAccessor&lt;dim&gt; &gt;</td>
@@ -313,10 +331,16 @@ Likewise, active iterators are as follows:
 
   <tr>
     <th>DoFHandler</th>
-    <td>TriaActiveIterator&lt;dim, DoFObjectAccessor&lt;dim-1, dim&gt; &gt;</td>
+    <td>TriaActiveIterator&lt;dim, DoFObjectAccessor&lt;dim-1, dim, ::DoFHandler&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>hp_dof_handler.begin_active_face()</td>
+  </tr>
+
   <tr>
     <th>MGDoFHandler</th>
     <td>TriaActiveIterator&lt;dim, MGDoFObjectAccessor&lt;dim-1, dim&gt; &gt;</td>

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.