</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>
* 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>.
* 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>.
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();