template <> bool CellAccessor<3>::point_inside (const Point<3> &) const;
template <> bool CellAccessor<1>::has_boundary_lines () const;
+template <> double TriaObjectAccessor<2, 2>::measure () const;
+template <> double TriaObjectAccessor<2, 3>::measure () const;
+template <> double TriaObjectAccessor<3, 3>::measure () const;
+
// include more templates in debug and optimized mode
MGDoFDimensionInfo<3>::active_face_iterator
MGDoFHandler<3>::last_active_face (const unsigned int) const;
+
+template <>
+void MGDoFHandler<1>::renumber_dofs (const unsigned int level,
+ const std::vector<unsigned int> &new_numbers);
+template <>
+void MGDoFHandler<2>::renumber_dofs (const unsigned int level,
+ const std::vector<unsigned int> &new_numbers);
+template <>
+void MGDoFHandler<3>::renumber_dofs (const unsigned int level,
+ const std::vector<unsigned int> &new_numbers);
+
+
/*---------------------------- mg_dof.h ---------------------------*/
#endif
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