<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>
// ---------------------------------------------------------------------
// $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
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);