From f2e2e4fa55333c5eb5338545c9e692ce48e8f65b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 26 Sep 2016 14:30:24 -0600 Subject: [PATCH] Move some changes from 'incompatible changes' to 'specific improvements'. --- doc/news/changes.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 2ed455a144..83964c945d 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -53,13 +53,6 @@ inconvenience this causes. (David Wells, 2016/09/06) -
  • New: There is now the possibility to store information about the - time of an output time step within the .visit file created by - the DataOutInterface::write_visit_record function. -
    - (Rene Gassmoeller, Juliane Dannberg, 2016/08/24) -
  • -
  • New: deal.II now requires at least BOOST version 1.56, rather than the previous minimal version of 1.54. This is because 1.54 does not support serializing objects of type std::unique_ptr if C++11 is used, but we now @@ -87,7 +80,7 @@ inconvenience this causes.
  • Changed: Several operators from LocalIntegrators::Divergence got moved to LocalIntegrators::GradDiv and the never used/tested - LocalIntegrators::Divergence::grad_div() function got removed. + LocalIntegrators::Divergence::grad_div() function was removed.
    (Timo Heister, Guido Kanschat, 2016/08/02)
  • @@ -151,11 +144,6 @@ inconvenience this causes. (Martin Kronbichler, 2016/04/26) -
  • Improved: MeshWorker treats periodic faces as interior faces. -
    - (Daniel Arndt, 2016/04/18) -
  • -
  • 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. @@ -621,6 +609,13 @@ inconvenience this causes. (Dustin Kumor, Martin Kronbichler, 2016/08/31)
  • +
  • New: There is now the possibility to store information about the + time of an output time step within the .visit file created by + the DataOutInterface::write_visit_record function. +
    + (Rene Gassmoeller, Juliane Dannberg, 2016/08/24) +
  • +
  • New: Rank-4 symmetric tensors of type SymmetricTensor can now be converted to rank-4 tensors of type Tensor.
    @@ -909,6 +904,11 @@ inconvenience this causes. (Daniel Shapero, 2016/04/19)
  • +
  • Improved: MeshWorker treats periodic faces as interior faces. +
    + (Daniel Arndt, 2016/04/18) +
  • +
  • Improved: The parallel loops in the deal.II Vector class for vector-vector operations have been revised for performance. This includes adjusting the minimum parallel grain size to 4096 vector entries and using an -- 2.39.5