From: Wolfgang Bangerth Date: Fri, 12 Nov 2010 19:45:37 +0000 (+0000) Subject: Add get_dof_indices function to DoFAccessor of faces in 1d. X-Git-Tag: v8.0.0~4948 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea3fb2298669a15e499fc087b0cb16a83696bece;p=dealii.git Add get_dof_indices function to DoFAccessor of faces in 1d. git-svn-id: https://svn.dealii.org/trunk@22709 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_accessor.templates.h b/deal.II/include/deal.II/dofs/dof_accessor.templates.h index 0b5244eb10..e02da33b7d 100644 --- a/deal.II/include/deal.II/dofs/dof_accessor.templates.h +++ b/deal.II/include/deal.II/dofs/dof_accessor.templates.h @@ -1912,6 +1912,24 @@ DoFAccessor<0,DH<1,spacedim> >::get_dof_handler () const +template