From: Wolfgang Bangerth Date: Tue, 31 Jan 2006 19:42:58 +0000 (+0000) Subject: Document change in interface for dof accessor classes. X-Git-Tag: v8.0.0~12466 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d276a73a4df6560bbcacf473f623460e6a568216;p=dealii.git Document change in interface for dof accessor classes. git-svn-id: https://svn.dealii.org/trunk@12213 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 1711859f5f..c14604d344 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -56,6 +56,17 @@ inconvenience this causes. (WB 2006/01/13)

+
  • + Changed: The DoFObjectAccessor and derived classes + used to take only the space dimension and the dimension of the + object they represented as template arguments. They now also + take an argument pertaining to the type of DoFHandler they + correspond to. This may be ::DoFHandler or + hp::DoFHandler. +
    + (WB 2005/12/20) +

    +
  • Changed: Previously, if mg_dof_handler was a multilevel DoF handler object, calling