From: David Wells Date: Mon, 20 Feb 2017 02:15:32 +0000 (-0500) Subject: Add missing DoFAccessor<0, ..> member functions. X-Git-Tag: v8.5.0-rc1~105^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3975%2Fhead;p=dealii.git Add missing DoFAccessor<0, ..> member functions. --- diff --git a/doc/news/changes/minor/20170219DavidWells b/doc/news/changes/minor/20170219DavidWells new file mode 100644 index 0000000000..3ae812b83a --- /dev/null +++ b/doc/news/changes/minor/20170219DavidWells @@ -0,0 +1,5 @@ +Fixed: The DoFAccessor specialization for structdim == 0 and +dimension == 1 was missing several definitions, which were +required for use of hp::DoFHandler in 1D. These have now been added. +
+(David Wells, 2017/02/19) diff --git a/include/deal.II/dofs/dof_accessor.templates.h b/include/deal.II/dofs/dof_accessor.templates.h index c89b068d65..25d39b02aa 100644 --- a/include/deal.II/dofs/dof_accessor.templates.h +++ b/include/deal.II/dofs/dof_accessor.templates.h @@ -2285,6 +2285,33 @@ DoFAccessor<0,DoFHandlerType<1,spacedim>, level_dof_access>::set_dof_handler +template