From: Luca Heltai Date: Thu, 4 Aug 2016 08:45:54 +0000 (+0200) Subject: Added entry to changes.h X-Git-Tag: v8.5.0-rc1~806^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2810%2Fhead;p=dealii.git Added entry to changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index d6eb0fd889..2e59d52a6b 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -167,6 +167,14 @@ SparsityPattern.

General

    +
  1. + New: Added a new PolarManifold descriptor, that uses a polar coordinate + system to compute new points, and modified the existing SphericalManifold + descriptor to use geodesics on the surface of the sphere. +
    + (Luca Heltai, Mauro Bardelloni, 2016/08/04) +
  2. +
  3. New: Added Python bindings to generate and manipulate a Triangulation from Python. The Triangulation generated in Python can be saved and later, loaded