]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Provide some more instantiations for the codimension 1 case.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Jun 2014 14:29:18 +0000 (14:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Jun 2014 14:29:18 +0000 (14:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@33045 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 9cbe16bcddcc304c7859f42e04cdc2dbf5f6646e..7b1c9edc11a976b27e18f88b6d556db2088ffecc 100644 (file)
@@ -148,6 +148,14 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
+  <li> New: Functions DoFTools::extract_locally_relevant_dofs(),
+  parallel::distributed::refine_and_coarsen_fixed_number() and
+  parallel::distributed::refine_and_coarsen_fixed_fraction() are
+  now also instantiation for objects of codimension 1.
+  <br>
+  (Michal Wichrowski, 2014/06/15)
+  </li>
+
   <li> New: There are now functions Triangulation::has_hanging_nodes()
   and parallel::distributed::Triangulation::has_hanging_nodes().
   <br>
index 9309ae6bc2e8a07d28da25dbf422782257cb83c4..42d18057c3ff6bd42f937eaf3f207684b96285af 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2009 - 2013 by the deal.II authors
+// Copyright (C) 2009 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
 // ---------------------------------------------------------------------
 
 
+
+
+
+
 for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS)
   {
    template void
@@ -30,6 +34,15 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS)
 
 for (deal_II_dimension : DIMENSIONS)
 {
+
+#if deal_II_dimension > 1
+  template
+  void 
+  DoFTools::extract_locally_relevant_dofs<DoFHandler<deal_II_dimension-1,deal_II_dimension > >
+  (const DoFHandler<deal_II_dimension-1,deal_II_dimension > & dof_handler,
+   IndexSet & dof_set);
+#endif
+
   template
   void DoFTools::make_vertex_patches (SparsityPattern&, const DoFHandler<deal_II_dimension>&,
   unsigned int, bool, bool, bool, bool);

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.