From: danshapero Date: Wed, 13 Apr 2016 19:00:23 +0000 (-0700) Subject: changelog X-Git-Tag: v8.5.0-rc1~1106^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a054f7205d698c5ae310e5d4fe21ba452d47f6;p=dealii.git changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 9ff33cdd4b..17be42c625 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -101,6 +101,13 @@ inconvenience this causes.
    +
  1. New: Added move operations to BlockIndices, BlockVectorBase and + BlockVector; Vector move operations nullify old object instead of + using swap. +
    + (Daniel Shapero, 2016/04/13) +
  2. +
  3. New: Added TensorProductManifold to create new manifolds from two ChartManifold objects. This can be used, for example, to combine a 2d manifold with a flat manifold for an extruded mesh.