From: wolf Date: Tue, 20 Dec 2005 02:55:21 +0000 (+0000) Subject: Declare existence of explicit specializations. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6adc9cc41b309d1f425a4955c8a00c612431d2f1;p=dealii-svn.git Declare existence of explicit specializations. git-svn-id: https://svn.dealii.org/trunk@11889 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index 374ecda399..6ab7793bf5 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -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;