From: Ralf Hartmann Date: Mon, 27 Feb 2006 16:43:39 +0000 (+0000) Subject: dimension variable added to several GridClasses. Unnecessary template argument remove... X-Git-Tag: v8.0.0~12169 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f40aa354e9d28919d000f812ebd373fe3f6f770e;p=dealii.git 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 --- 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