]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace DofHandler by DoFHandler 6327/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 25 Apr 2018 11:12:35 +0000 (13:12 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 25 Apr 2018 11:12:53 +0000 (13:12 +0200)
doc/news/8.0.0-vs-8.1.0.h
include/deal.II/hp/fe_values.h
source/grid/grid_tools_dof_handlers.cc

index 28d7af91c87ff2f40cfc1afef2a35b835628b220..6219a970590961d593298051512178d4a1525fc3 100644 (file)
@@ -497,7 +497,7 @@ inconvenience this causes.
   </li>
 
   <li>
-  Fixed: DoFTools::extract_locally_*_dofs now instantiated for hp::DofHandler.
+  Fixed: DoFTools::extract_locally_*_dofs now instantiated for hp::DoFHandler.
   <br>
   (Jean-Paul Pelteret, 2013/09/11)
   </li>
index b1562a8435a55863e5abc9b101805264b19a0a8f..f9beea5dad146882c2ccf4dc00e4e70f74e6d234 100644 (file)
@@ -279,7 +279,7 @@ namespace hp
      * passed to the constructor of this class with index given by
      * <code>cell-@>active_fe_index()</code>. Consequently, the
      * hp::FECollection argument given to this object should really be the
-     * same as that used in the construction of the hp::DofHandler associated
+     * same as that used in the construction of the hp::DoFHandler associated
      * with the present cell. On the other hand, if a value is given for this
      * argument, it overrides the choice of
      * <code>cell-@>active_fe_index()</code>.
@@ -414,7 +414,7 @@ namespace hp
      * passed to the constructor of this class with index given by
      * <code>cell-@>active_fe_index()</code>. Consequently, the
      * hp::FECollection argument given to this object should really be the
-     * same as that used in the construction of the hp::DofHandler associated
+     * same as that used in the construction of the hp::DoFHandler associated
      * with the present cell. On the other hand, if a value is given for this
      * argument, it overrides the choice of
      * <code>cell-@>active_fe_index()</code>.
index 516327a0400d58ca67d6b0b274b2c65824746dc4..a5abaef4cba04e5a6cadc5c374d7aba9815e0e68 100644 (file)
@@ -1247,7 +1247,7 @@ next_cell:
     Assert (local_triangulation.n_active_cells() == uniform_cells.size(), ExcInternalError());
     local_triangulation.clear_user_flags ();
     unsigned int index=0;
-    // Create a map between cells of class DofHandler into class Triangulation
+    // Create a map between cells of class DoFHandler into class Triangulation
     std::map<typename Triangulation<Container::dimension,Container::space_dimension>::cell_iterator,
         typename Container::cell_iterator> patch_to_global_tria_map_tmp;
     for (typename Triangulation<Container::dimension,Container::space_dimension>::cell_iterator coarse_cell = local_triangulation.begin();

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.