From 68305bc7be6d5a9f0183730fe569ac6e9495f301 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 2 Aug 2015 17:50:17 -0500 Subject: [PATCH] Remove now outdated code. --- include/deal.II/fe/fe.h | 1 - include/deal.II/fe/fe_poly.templates.h | 66 -------------------------- include/deal.II/fe/fe_system.h | 3 ++ 3 files changed, 3 insertions(+), 67 deletions(-) diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index 700f10b5be..6e669fa7a0 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -27,7 +27,6 @@ DEAL_II_NAMESPACE_OPEN -template class FEValuesData; template class FEValuesBase; template class FEValues; template class FEFaceValues; diff --git a/include/deal.II/fe/fe_poly.templates.h b/include/deal.II/fe/fe_poly.templates.h index 3379671e62..932b40f086 100644 --- a/include/deal.II/fe/fe_poly.templates.h +++ b/include/deal.II/fe/fe_poly.templates.h @@ -336,72 +336,6 @@ fill_fe_face_values (const Mapping &mapping, } -//codimension 1 -// template <> -// inline -// void -// FE_Poly,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,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,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,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 void diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index 9efbc1ef32..2a5a883961 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -28,6 +28,9 @@ DEAL_II_NAMESPACE_OPEN +template 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 -- 2.39.5