From f40aa354e9d28919d000f812ebd373fe3f6f770e Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 27 Feb 2006 16:43:39 +0000 Subject: [PATCH] dimension variable added to several GridClasses. Unnecessary template argument removed from InterGridMap. git-svn-id: https://svn.dealii.org/trunk@12513 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 94f05b9ccf..a531f66998 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 template argument of the InterGridMap class has been changed. Code + like e.g. InterGridMap<DoFHandler,2> must be + replaced by InterGridMap<DoFHandler<2> >. +
    + (RH 2006/02/27) +

    +
  2. Changed: The DoFObjectAccessor and derived classes used to take only the space dimension and the dimension of the @@ -484,6 +495,20 @@ inconvenience this causes.

    deal.II

      +
    1. + Improved: The Triangulation, PersistentTriangulation, DoFHandler, hp::DoFHandler and MGDoFHandler classes now all have a dimension variable which allows to ask + the template argument dim by + SomeClass::dimension. +
      + (RH 2006/02/27) +

      +
    2. Fixed: When used, the copy constructor of MappingQ would lead to memory -- 2.39.5