]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Declare existence of explicit specializations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Dec 2005 02:55:21 +0000 (02:55 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Dec 2005 02:55:21 +0000 (02:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@11889 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_accessor.h

index 374ecda3997d58edc1c731d46510f196a7ee81bb..6ab7793bf50744d2751ed22047ffd2730f3786a9 100644 (file)
@@ -1596,6 +1596,26 @@ template <>
 const FiniteElement<3> &
 DoFObjectAccessor<3,3,hpDoFHandler>::get_fe () const;
 
+template <>
+void DoFObjectAccessor<1,1,hpDoFHandler>::set_dof_index (const unsigned int,
+                                                         const unsigned int) const;
+template <>
+void DoFObjectAccessor<1,2,hpDoFHandler>::set_dof_index (const unsigned int,
+                                                         const unsigned int) const;
+template <>
+void DoFObjectAccessor<1,3,hpDoFHandler>::set_dof_index (const unsigned int,
+                                                         const unsigned int) const;
+template <>
+void DoFObjectAccessor<2,2,hpDoFHandler>::set_dof_index (const unsigned int,
+                                                         const unsigned int) const;
+template <>
+void DoFObjectAccessor<2,3,hpDoFHandler>::set_dof_index (const unsigned int,
+                                                         const unsigned int) const;
+template <>
+void DoFObjectAccessor<3,3,hpDoFHandler>::set_dof_index (const unsigned int,
+                                                         const unsigned int) const;
+
+
 template <>
 unsigned int
 DoFObjectAccessor<1,1,hpDoFHandler>::active_fe_index () const;

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.