From: Wolfgang Bangerth Date: Tue, 8 Sep 2015 15:22:19 +0000 (-0500) Subject: Provide a changelog entry. X-Git-Tag: v8.4.0-rc2~455^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1555%2Fhead;p=dealii.git Provide a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 8d6842ed75..03ac111883 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -272,12 +272,19 @@ inconvenience this causes.
    -
  1. Introduced Hessian-related functions to the Function class. +
  2. New: MappingQ1Eulerian was not instantiated for the various + Trilinos vector types. It is now instantiated for the same + vector types as MappingQEulerian is. +
    + (Wolfgang Bangerth, 2015/09/08) +
  3. + +
  4. New: Introduced Hessian-related functions to the Function class.
    (Denis Davydov, 2015/09/08)
  5. -
  6. Memory consumption during compilation has been reduced by splitting +
  7. New: Memory consumption during compilation has been reduced by splitting instantiation files. For this make_instantiations now supports additional logic to split the the instantiations in .inst files into groups. This is used in fe_values.cc, error_estimator.cc, and others.