From: Daniel Arndt Date: Mon, 18 Apr 2016 17:16:03 +0000 (+0200) Subject: Entry in changes.h X-Git-Tag: v8.5.0-rc1~1095^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b56cedcede27416f0e611c2f017ee84e3799be;p=dealii.git Entry in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 1c7064dded..12585b6aaf 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,6 +38,11 @@ inconvenience this causes.

    +
  1. Improved: MeshWorker treats periodic faces as interior faces. +
    + (Daniel Arndt, 2016/04/18) +
  2. +
  3. Changed: FlatManifold takes as argument a periodicity option. This used to be a Point, but it should have been a Tensor<1,dim>. This is now changed.