From d276a73a4df6560bbcacf473f623460e6a568216 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 31 Jan 2006 19:42:58 +0000 Subject: [PATCH] Document change in interface for dof accessor classes. git-svn-id: https://svn.dealii.org/trunk@12213 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.5