From: Luca Heltai Date: Thu, 7 Aug 2014 13:07:54 +0000 (+0200) Subject: Added changelog X-Git-Tag: v8.2.0-rc1~215^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd2362df3cdb2d1bb3a9bec6fca8596cd1963afb;p=dealii.git Added changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index d24f09c434..1fdaab934a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -98,6 +98,19 @@ inconvenience this causes.
    + +
  1. New: Added FunctionManifoldChart descritpion. +
    + This class allows arbitrary manifold descriptions, in which you have + an explicit Function for the ManifoldChart::push_forward() + method, and an explicit Function for ManifoldChart::pull_back() + method (or an expression for both). In these cases, you can construct a + Manifold description on the fly. +
    + (Luca Heltai, 2014/08/07) +
  2. + +
  3. New: Added CylindricalManifold descritpion.
    This class allows refinement of cylindrical manifolds. It is a good