]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Forgot explicit specializations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 22 May 2001 17:51:19 +0000 (17:51 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 22 May 2001 17:51:19 +0000 (17:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@4703 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria_accessor.h
deal.II/deal.II/include/multigrid/mg_dof_handler.h

index f36d506cc566b735126c80b1ed69682bc85d9c24..b5e84e5190e35af19075dcc16967dfcda4b8e274 100644 (file)
@@ -2058,6 +2058,10 @@ template <> void CellAccessor<3>::set_material_id (const unsigned char mat_id) c
 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
index ee0fa244048f1c075f5bc62086583996177e2f9c..d7c9ba9e777ec33179b64e9679f4a03d4070fdfd 100644 (file)
@@ -1281,6 +1281,18 @@ template <>
 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


Typeset in Trocchi and Trocchi Bold Sans Serif.