]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove now outdated code. 1238/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 2 Aug 2015 22:50:17 +0000 (17:50 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 2 Aug 2015 22:56:23 +0000 (17:56 -0500)
include/deal.II/fe/fe.h
include/deal.II/fe/fe_poly.templates.h
include/deal.II/fe/fe_system.h

index 700f10b5be0f69d752b73359dd4e3479d1830c56..6e669fa7a0a7d0d7a93b4518562c93eb296408a7 100644 (file)
@@ -27,7 +27,6 @@
 
 DEAL_II_NAMESPACE_OPEN
 
-template <int dim, int spacedim> class FEValuesData;
 template <int dim, int spacedim> class FEValuesBase;
 template <int dim, int spacedim> class FEValues;
 template <int dim, int spacedim> class FEFaceValues;
index 3379671e627ca066ab84a9171aca90028e2c14f3..932b40f086be3c062eb5ffbeb84e21d373d31d25 100644 (file)
@@ -336,72 +336,6 @@ fill_fe_face_values (const Mapping<dim,spacedim>                   &mapping,
 }
 
 
-//codimension 1
-// template <>
-// inline
-// void
-// FE_Poly<TensorProductPolynomials<1>,1,2>::fill_fe_subface_values (const Mapping<1,2> &,
-//                                                             const Triangulation<1,2>::cell_iterator &,
-//                                                             const unsigned int,
-//                                                             const unsigned int,
-//                                                             const Quadrature<0> &,
-//                                                             Mapping<1,2>::InternalDataBase &,
-//                                                             Mapping<1,2>::InternalDataBase &,
-//                                                             FEValuesData<1,2> &) const
-// {
-//   AssertThrow(false, ExcNotImplemented());
-// }
-
-
-// template <>
-// inline
-// void
-// FE_Poly<TensorProductPolynomials<2>,2,3>::fill_fe_subface_values (const Mapping<2,3> &,
-//                                                             const Triangulation<2,3>::cell_iterator &,
-//                                                             const unsigned int,
-//                                                             const unsigned int,
-//                                                             const Quadrature<1> &,
-//                                                             Mapping<2,3>::InternalDataBase &,
-//                                                             Mapping<2,3>::InternalDataBase &,
-//                                                             FEValuesData<2,3> &) const
-// {
-//   AssertThrow(false, ExcNotImplemented());
-// }
-
-
-// template <>
-// inline
-// void
-// FE_Poly<PolynomialSpace<1>,1,2>::fill_fe_subface_values (const Mapping<1,2> &,
-//                                                             const Triangulation<1,2>::cell_iterator &,
-//                                                             const unsigned int,
-//                                                             const unsigned int,
-//                                                             const Quadrature<0> &,
-//                                                             Mapping<1,2>::InternalDataBase &,
-//                                                             Mapping<1,2>::InternalDataBase &,
-//                                                             FEValuesData<1,2> &) const
-// {
-//   AssertThrow(false, ExcNotImplemented());
-// }
-
-
-// template <>
-// inline
-// void
-// FE_Poly<PolynomialSpace<2>,2,3>::fill_fe_subface_values (const Mapping<2,3> &,
-//                                                             const Triangulation<2,3>::cell_iterator &,
-//                                                             const unsigned int,
-//                                                             const unsigned int,
-//                                                             const Quadrature<1> &,
-//                                                             Mapping<2,3>::InternalDataBase &,
-//                                                             Mapping<2,3>::InternalDataBase &,
-//                                                             FEValuesData<2,3> &) const
-// {
-//   AssertThrow(false, ExcNotImplemented());
-// }
-
-
-
 
 template <class POLY, int dim, int spacedim>
 void
index 9efbc1ef32aa356595d1341a08a2ef0458fcdc3d..2a5a8839619bb9d31df11d14893290a459989ac7 100644 (file)
@@ -28,6 +28,9 @@
 
 DEAL_II_NAMESPACE_OPEN
 
+template <int dim, int spacedim> class FEValuesData;
+
+
 /**
  * This class provides an interface to group several elements together into
  * one. To the outside world, the resulting object looks just like a usual

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.