// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004, 2005, 2006 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005, 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
template <>
std::vector<unsigned int> FE_RaviartThomas<1>::get_dpo_vector (const unsigned int);
+template <>
+void
+FE_RaviartThomas<1>::initialize_restriction();
#endif // DOXYGEN
#if deal_II_dimension == 1
-template <int dim>
+template <>
void
-FE_RaviartThomas<dim>::initialize_restriction()
+FE_RaviartThomas<1>::initialize_restriction()
{
- for (unsigned int i=0;i<GeometryInfo<dim>::children_per_cell;++i)
+ for (unsigned int i=0;i<GeometryInfo<1>::children_per_cell;++i)
this->restriction[i].reinit(0,0);
}
-#else
+#endif
// This function is the same Raviart-Thomas interpolation performed by
// interpolate. Still, we cannot use interpolate, since it was written
delete polynomials[d];
}
-#endif
#if deal_II_dimension == 1
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