From: Luca Heltai Date: Fri, 6 Apr 2018 13:38:22 +0000 (+0200) Subject: Changelog. X-Git-Tag: v9.0.0-rc1~196^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0cd84baa83c8d79dac590beeeaf4b788af82d99;p=dealii.git Changelog. --- diff --git a/doc/news/changes/major/20180406LucaHeltai b/doc/news/changes/major/20180406LucaHeltai new file mode 100644 index 0000000000..a68362f27b --- /dev/null +++ b/doc/news/changes/major/20180406LucaHeltai @@ -0,0 +1,8 @@ +New: Triangulation now uses std::unique_ptr to store Manifolds, and duplicates the Manifolds when +Triangulation::set_manifold() is called. This allows the construction of the Manifold objects +to be independent of the Triangulation. In particular, it will be possible to associate +to the Triangulation reasonable default Manifold descriptors, that will be copied +around together with the Triangulation itself. +
+(Luca Heltai, 2018/04/06) + diff --git a/doc/news/changes/minor/20180408LucaHeltai b/doc/news/changes/minor/20180408LucaHeltai new file mode 100644 index 0000000000..0269997a50 --- /dev/null +++ b/doc/news/changes/minor/20180408LucaHeltai @@ -0,0 +1,5 @@ +New: The Manifold class now requires the implementation of a Manifold::clone() method to +all derived classes. +
+(Luca Heltai, 2018/04/08) +