]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added DoFTools::extract_locally_*_dofs function instantiations for hp::DofHandler...
authorJean-Paul Pelteret <jppelteret@gmail.com>
Wed, 11 Sep 2013 09:45:07 +0000 (09:45 +0000)
committerJean-Paul Pelteret <jppelteret@gmail.com>
Wed, 11 Sep 2013 09:45:07 +0000 (09:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@30672 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.h
deal.II/source/dofs/dof_tools.inst.in

index 5b39825a43f708c0234faaa582a2be82e173e2e0..008b42c4ada26807d0103f4aaa3ab97fbf0c4ca6 100644 (file)
@@ -85,6 +85,12 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
+  <li>
+  Fixed: DoFTools::extract_locally_*_dofs now instantiated for hp::DofHandler.
+  <br>
+  (Jean-Paul Pelteret, 2013/09/11)
+  </li>
+
   <li>
   Changed: distributed::parallel:BlockVector::operator= now allows importing
   of ghost values like all other vector types. Also added some new constructors
index f4121a9d63dc3533974f6883880f0b7bcfde8115..9309ae6bc2e8a07d28da25dbf422782257cb83c4 100644 (file)
@@ -203,18 +203,35 @@ DoFTools::extract_locally_owned_dofs<DoFHandler<deal_II_dimension> >
 (const DoFHandler<deal_II_dimension> & dof_handler,
  IndexSet & dof_set);
 
+template
+void
+DoFTools::extract_locally_owned_dofs<hp::DoFHandler<deal_II_dimension> >
+(const hp::DoFHandler<deal_II_dimension> & dof_handler,
+ IndexSet & dof_set);
+
 template
 void
 DoFTools::extract_locally_active_dofs<DoFHandler<deal_II_dimension> >
 (const DoFHandler<deal_II_dimension> & dof_handler,
  IndexSet & dof_set);
 
+template
+void
+DoFTools::extract_locally_active_dofs<hp::DoFHandler<deal_II_dimension> >
+(const hp::DoFHandler<deal_II_dimension> & dof_handler,
+ IndexSet & dof_set);
 
 template
 void
 DoFTools::extract_locally_relevant_dofs<DoFHandler<deal_II_dimension> >
 (const DoFHandler<deal_II_dimension> & dof_handler,
  IndexSet & dof_set);
+template
+void
+DoFTools::extract_locally_relevant_dofs<hp::DoFHandler<deal_II_dimension> >
+(const hp::DoFHandler<deal_II_dimension> & dof_handler,
+ IndexSet & dof_set);
 
 template
 void

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.