From 058282994b19c16396bdfe66237b698e3d9d15a3 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 10 Feb 2006 17:19:12 +0000 Subject: [PATCH] Template arguments of DoFObjectAccessor classes. git-svn-id: https://svn.dealii.org/trunk@12301 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 159a5b48f4..5af80a1e35 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -44,6 +44,17 @@ inconvenience this causes.
    +
  1. + Changed: The DoFObjectAccessor and derived classes + used to take only the space dimension and the dimension of the + object they represented as template arguments. Now the later + argument is replaced by the type of DoFHandler they correspond + to. This may be ::DoFHandler or + hp::DoFHandler. +
    + (RH 2006/02/10, WB 2005/12/20) +

    +
  2. Removed: Support for gcc2.95 in particular, and all compilers that do not support the std::ostringstream class in general, @@ -64,17 +75,6 @@ inconvenience this causes. (WB 2006/01/13)

    -
  3. - 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) -

    -
  4. Changed: Previously, if mg_dof_handler was a multilevel DoF handler object, calling -- 2.39.5