]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing definition and instantiation
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 24 Jul 2016 10:25:50 +0000 (12:25 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 24 Jul 2016 13:02:10 +0000 (15:02 +0200)
include/deal.II/dofs/dof_accessor.templates.h
source/fe/fe_tools.cc
source/fe/fe_tools.inst.in

index 12177b6ff93112b7f82c1d8c7f14afadc174e821..88966fc6134562e0c66aa9460e305551905191c0 100644 (file)
@@ -2308,6 +2308,7 @@ get_mg_dof_indices (const int,
                     std::vector<types::global_dof_index> &dof_indices,
                     const unsigned int fe_index) const
 {
+  (void) dof_indices;
   Assert (this->dof_handler != 0, ExcInvalidObject ());
   Assert (dof_indices.size () ==
           this->dof_handler->get_fe ()[fe_index].dofs_per_vertex,
index b297ab6ce223653116fae1e4bfae1bde90f3d223..3a78c29aec9887bf8fffddaeb54c1431725c8b34 100644 (file)
@@ -2520,6 +2520,13 @@ namespace FETools
 
 
 
+  template <int dim>
+  FiniteElement<dim> *
+  get_fe_from_name (const std::string &parameter_name)
+  {
+    return get_fe_by_name<dim,dim> (parameter_name);
+  }
+
 
 
   template <int dim, int spacedim>
index cab12e7e593218ef649d9c7da1ea3b5c6fa7ac1e..22ef7b986f85b714a16318c05ec75fd99a5d42c6 100644 (file)
@@ -139,6 +139,9 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
 
       template class FEFactoryBase<deal_II_dimension>;
 
+      template FiniteElement<deal_II_dimension> *
+      get_fe_from_name<deal_II_dimension> (const std::string &);
+
       template FiniteElement<deal_II_dimension> *
       get_fe_by_name<deal_II_dimension> (const std::string &);
 

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.