From: Wolfgang Bangerth Date: Tue, 20 Dec 2005 02:55:21 +0000 (+0000) Subject: Declare existence of explicit specializations. X-Git-Tag: v8.0.0~12766 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72456592b6741ab202278e6673a4e2c1cc23aaa7;p=dealii.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;