From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a19fd2f728a5ba29b798ce721f4dc554f452b05;p=dealii-svn.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