From: Wolfgang Bangerth Date: Tue, 16 Sep 2014 20:39:13 +0000 (-0500) Subject: Remove now outdated changelog entry. X-Git-Tag: v8.2.0-rc1~145^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ddbb157ffc5141c41421c5589e0e1eabbea4493;p=dealii.git Remove now outdated changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 108f02204d..70acf539ba 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -295,13 +295,6 @@ inconvenience this causes.

Specific improvements

    -
  1. New: The class MPI_InitFinalize that is used to initialize the MPI - system now has an additional constructor that allows to set the number - of threads a process uses so that all cores on a system are used. -
    - (Wolfgang Bangerth, 2014/09/14) -
  2. -
  3. Improved: Optimize construction of high-order FE_Nedelec by moving out some non-essential computations. Namely, construct restriction and prolongation matrices on first request. This reduces time spent in FE_Nedelec constructor