From: wolf
Date: Tue, 31 Jan 2006 19:42:58 +0000 (+0000)
Subject: Document change in interface for dof accessor classes.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f53c341b759142bd4a2e5e1249e837e02ab3787;p=dealii-svn.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