]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 20 Aug 2013 21:40:04 +0000 (21:40 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 20 Aug 2013 21:40:04 +0000 (21:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@30362 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vector_tools.templates.h

index a501795529cad3c48013046778d7c57813297ebf..6f9e2d5f3d79f8f885632181d4c3579645dafd5f 100644 (file)
@@ -1180,36 +1180,6 @@ namespace VectorTools
 
 
 
-// separate implementation for 1D because otherwise we get linker errors since
-// FEFaceValues<1> is not compiled
-  template <>
-  void
-  create_boundary_right_hand_side (const Mapping<1,1> &,
-                                   const DoFHandler<1,1> &,
-                                   const Quadrature<0> &,
-                                   const Function<1> &,
-                                   Vector<double> &,
-                                   const std::set<types::boundary_id> &)
-  {
-    Assert (false, ExcImpossibleInDim(1));
-  }
-
-
-
-  template <>
-  void
-  create_boundary_right_hand_side (const Mapping<1,2> &,
-                                   const DoFHandler<1,2> &,
-                                   const Quadrature<0> &,
-                                   const Function<2> &,
-                                   Vector<double> &,
-                                   const std::set<types::boundary_id> &)
-  {
-    Assert (false, ExcImpossibleInDim(1));
-  }
-
-
-
   template <int dim, int spacedim>
   void
   create_boundary_right_hand_side (const Mapping<dim, spacedim>      &mapping,
@@ -1349,36 +1319,6 @@ namespace VectorTools
 
 
 
-// separate implementation for 1D because otherwise we get linker errors since
-// hp::FEFaceValues<1> is not compiled
-  template <>
-  void
-  create_boundary_right_hand_side (const hp::MappingCollection<1,1> &,
-                                   const hp::DoFHandler<1,1> &,
-                                   const hp::QCollection<0> &,
-                                   const Function<1> &,
-                                   Vector<double> &,
-                                   const std::set<types::boundary_id> &)
-  {
-    Assert (false, ExcImpossibleInDim(1));
-  }
-
-
-
-  template <>
-  void
-  create_boundary_right_hand_side (const hp::MappingCollection<1,2> &,
-                                   const hp::DoFHandler<1,2> &,
-                                   const hp::QCollection<0> &,
-                                   const Function<2> &,
-                                   Vector<double> &,
-                                   const std::set<types::boundary_id> &)
-  {
-    Assert (false, ExcImpossibleInDim(1));
-  }
-
-
-
   template <int dim, int spacedim>
   void
   create_boundary_right_hand_side (const hp::MappingCollection<dim,spacedim> &mapping,

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.