From: Felix Gruber Date: Tue, 25 Nov 2014 10:16:56 +0000 (+0100) Subject: fix typos in doc/news/changes.h X-Git-Tag: v8.2.0-rc1~42^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fafe5e7501e395c767e7838b9859e52ced4c41d;p=dealii.git fix typos in doc/news/changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 56f80def73..f5d1fa511b 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -81,7 +81,7 @@ inconvenience this causes.
  • The change from functionparser to muparser introduced a small number of - incompatibilies: units, use_degress, and recursion with 'eval' are not + incompatibilities: units, use_degress, and recursion with 'eval' are not longer supported. Comparing for equality is done using '==' instead of '='.
    (Timo Heister, 2014/02/10) @@ -345,8 +345,8 @@ inconvenience this causes.
  • New: Complete the interface for periodic boundary conditions. Now, it is possible to specify an additional (geometric) rotation matrix along with vector components that should be rotated when applying periodic boundary - condiitions (or alternatively, directly a transformation matrix working - directly on dofs). With this it is e.g. now possible to to compute stokes flow + conditions (or alternatively, directly a transformation matrix working + directly on dofs). With this it is e.g. now possible to compute stokes flow on a quarter pie with periodic boundary conditions and the velocity correctly transformed.
    @@ -790,7 +790,7 @@ inconvenience this causes.
  • New: There is now a QSorted quadrature which takes an arbitrary quadrature at construction time and reorders the quadrature - points according to the weigths, from smaller to bigger. This should + points according to the weights, from smaller to bigger. This should improve stability of higher order polynomial integration.
    (Luca Heltai, 2014/05/07) @@ -1042,7 +1042,7 @@ inconvenience this causes.
  • Fixed: A regression where a single whitespace accidentally added to DEAL_II_LINKER_FLAGS internally prevented cmake-2.8.8 from configuring - sucessfully. + successfully.
    (Matthias Maier, Krysztof Bzowski, 2014/01/26)